Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Stream and Atom flexibility

by hipowls (Curate)
on Mar 15, 2008 at 01:29 UTC ( [id://674327]=note: print w/replies, xml ) Need Help??


in reply to Stream and Atom flexibility

You could do something like

if (@ARGV) { process($_) for @ARGV; } else { while (<>) { process($_); } }
where sub process does the real work.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-16 06:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found