Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: The Spirit of Perl

by deprecated (Priest)
on Jan 30, 2001 at 04:00 UTC ( [id://55136]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    bash$ echo "foo" >*
    
  2. or download this
    bash$ for i in foo bar baz bletch ; do cp /dev/null $i ; done
    bash$ echo "foo" >*
    
  3. or download this
    foreach qw(foo bar baz bletch) { open I, ">$_"; print I $_; close I }
    

Log In?
Username:
Password:

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

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

    No recent polls found