Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: print an array for paragraphs

by Cirollo (Friar)
on Aug 20, 2001 at 23:44 UTC ( [id://106337]=note: print w/replies, xml ) Need Help??


in reply to print an array for paragraphs

If you want to print @lines, with each element on a new line:
$\ = "\n"; # puts a \n after each print print for @lines;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-24 23:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found