Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: The Spirit of Perl

by MeowChow (Vicar)
on Jan 30, 2001 at 05:54 UTC ( [id://55156]=note: print w/replies, xml ) Need Help??


in reply to Re: The Spirit of Perl
in thread The Spirit of Perl

foreach qw(foo bar baz bletch) { open I, ">$_"; print I $_; close I +}
Not to detract from the excellent points you make, but you could have also done:
`touch $_` for qw(foo bar baz bletch);
SMEFTAOYT ;)

Log In?
Username:
Password:

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

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

    No recent polls found