Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: breaking a line on printing

by Tyke (Pilgrim)
on Mar 19, 2002 at 10:06 UTC ( [id://152698]=note: print w/replies, xml ) Need Help??


in reply to breaking a line on printing

Have you looked at the 'heredoc' notation?
#!/usr/bin/perl use strict; use warnings; print <<_END_; Once upon a time there was a little programmer that asked too many que +stions. Today his question wasn't realy a stupid one. And so on and on.. _END_
Not a perfect solution with regards to code indentation, but still very useful

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-19 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found