Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Comma's and blocks

by zer (Deacon)
on Oct 04, 2007 at 05:41 UTC ( [id://642569]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    map {/dothis/} @variable;
    grep {/more stuff/} @more;
    
  2. or download this
    open (A, ">File") or die;
    print A "hello";
    print $somevar, "can be seperated like this";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://642569]
Approved by graff
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-18 21:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found