Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How to write a program to read stdin or command line?

by lyklev (Pilgrim)
on Oct 02, 2007 at 22:00 UTC ( [id://642252]=note: print w/replies, xml ) Need Help??


in reply to How to write a program to read stdin or command line?

Wow. Such a seemingly simple question, so much discussion.

If you say you want to read from STDIN or command line, I guess you want it to behave like cat. I guess someone else needs to understand it too.

while (<>) { chomp; print "$_ world\n"; }

Log In?
Username:
Password:

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

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

    No recent polls found