Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: print an array for paragraphs

by Cirollo (Friar)
on Aug 20, 2001 at 23:44 UTC ( #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? | Other CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2023-06-06 13:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (26 votes). Check out past polls.

    Notices?