Thread print (5 answers)
Opened by Graf Herschel at 2011-07-10 02:03

bloonix
 2011-07-10 21:58
#150277 #150277
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Hey ho,

wie wäre es mit einem Template-Framework, wie zum Beispiel
CPAN:Template oder CPAN:HTML::Template::Compiled?
Dann kannst du dir zum Debugging einfach den Stash dumpen oder
die generierte Seite mit text/plain ausgeben lassen.

Here-Docs sind echt grauenhaft wenn es an die Einrückung geht.

Code: (dl )
1
2
3
4
5
sub content {
print <<EOT;
<p>Test</p>
EOT
}


Cheers
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread print