Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Print array from here-doc

by shigetsu (Hermit)
on Apr 25, 2007 at 22:48 UTC ( [id://612113]=note: print w/replies, xml ) Need Help??


in reply to Re: Print array from here-doc
in thread Print array from here-doc

If you replace
my $msg = <<END_OF_BODY;
with
local $"; my $msg = <<END_OF_BODY;
it should work as expected.

Replies are listed 'Best First'.
Re^3: Print array from here-doc
by johngg (Canon) on Apr 25, 2007 at 22:54 UTC
    Ahhh, of course! Why didn't I think of that?

    Thank you,

    JohnGG

      BINGO!!! Thank you very much.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found