Thread HT/HTC: TMPL_UNLESS: Bug oder Feature? (10 answers)
Opened by Froschpopo at 2007-07-15 08:52

pq
 2007-07-16 11:44
#373 #373
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[quote=Froschpopo,16.07.2007, 08:53]nagut, das wäre dann natürlich auch sogar praktisch.
Aber ich seh grad auch, dass...
Code: (dl )
1
2
<TMPL_IF EXISTIERT_NICHT>...</TMPL_IF>
#Can't use an undefined value as an ARRAY reference at (eval 91) line 214.

[/quote]
bitte poste das template und den code dazu.
ein TMPL_IF FOO versucht nicht einfach so, ein array zu dereferenzieren.
Quote
geht auch in die Hose. D.h. ich kann jetzt nichtmal mehr prüfen ob HTC überhaupt einen Wert bekommt oder nicht trotz die_on_bad_params=>

natürlich kannst du das, ich kann es ja auch. aber ohne code kann ich
nix weiter dazu sagen.

beispiel:
Code: (dl )
1
2
3
4
5
6
7
$ perl -wle'
use HTML::Template::Compiled;
my $htc = HTML::Template::Compiled->new(
scalarref => \qq{test:<TMPL_IF EXISTIERT_NICHT>...</TMPL_IF>},
);
print $htc->output'
test:
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread HT/HTC: TMPL_UNLESS: Bug oder Feature?