Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Error using HTML::Template

by !1 (Hermit)
on Dec 11, 2003 at 15:33 UTC ( [id://314054]=note: print w/replies, xml ) Need Help??


in reply to Re: Error using HTML::Template
in thread Error using HTML::Template

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://314054]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-30 07:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found