|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re: Error using HTML::Templateby swngnmonk (Pilgrim) |
| on Dec 11, 2003 at 15:21 UTC ( #314049=note: print w/ replies, xml ) | Need Help?? |
|
I see two errors - one is an error in your code (copy/paste from improperly formatted POD on your end), the other is an actual typo in the POD. Looking at the POD on CPAN, the line reads:
So it's "print", not "output print". But there is a typo in the POD - that comma before $template->output; should be a period (string concatenation).
Or, if you're familiar with C, you could also write it in a more recognizable form:
No difference, really, but sometimes people find it easier to read the latter. Update: Ok, so I'm wrong about the second bug - I'll plead ignorance to printing in LIST form. That being said, based on the original post, I think a code copy &paste went badly, and that's why you're getting the strange error messages. PS - and yes, you could just use printf, but you'll get far more use out of sprintf in the long run. :)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||