But there is a typo in the POD - that comma before $template->output; should be a period (string concatenation).
Why?
#!/usr/bin/perl -l print 1,2,3; $,=$"; print "this","works"; __END__ 123 this works
This is the print LIST form that is mentioned in perldoc -f print.
In reply to Re: Re: Error using HTML::Template
by !1
in thread Error using HTML::Template
by Anneq
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |