Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

I know what I mean. Why don't you?

by GrandFather (Saint)
on Nov 22, 2005 at 10:42 UTC ( [id://510718]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (<DATA>)
        {
        print $_;
    ...
    
    __DATA__
    Hello world
    
  2. or download this
    my @emoticons = (':P', '*tongue*');
    
  3. or download this
    open outFile, ">", "test.txt";
    print outFile <<END;
    This is test data for reading by the example code.
    END
    close outFile;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://510718]
Approved by holli
Front-paged by tirwhan
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: (None)
    As of 2024-04-25 04:00 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found