Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Here, doccy doccy. nice doccy. heredoc, treat.

by Abigail (Deacon)
on Jun 22, 2001 at 04:40 UTC ( [id://90597]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        print `${\<<HERE}`;
            date
        HERE
    
  2. or download this
        print qx {${\<<HERE}};
            date
        HERE
    
  3. or download this
        print qr /${\<<HERE}/;
            x*foo
        HERE
    
  4. or download this
        my @words = split ' ' => <<'HERE';
           some words go here
        HERE
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-20 13:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found