Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to 'pull in' input

by Paladin (Vicar)
on Sep 18, 2003 at 16:37 UTC ( [id://292444]=note: print w/replies, xml ) Need Help??


in reply to How to 'pull in' input

How are you sending the info to the perl script? Reading from <> seems to work fine for me in Windows (ActiveState Perl v5.8.0):
H:\>echo foobar | perl -le "while (<>) { print qq/Got Line: $_/ } " Got Line: foobar

Log In?
Username:
Password:

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

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

    No recent polls found