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

Re: Fastest way to get input from a filehandle

by sauoq (Abbot)
on Oct 29, 2005 at 13:51 UTC ( [id://503866]=note: print w/replies, xml ) Need Help??


in reply to Fastest way to get input from a filehandle

They should all be similar enough that it shouldn't matter. Note in particular:

$ perl -MO=Deparse -e '$line = readline(*STDIN)' $line = <STDIN>; -e syntax OK
If you are really concerned about it, you should be using read() or sysread() instead.

-sauoq
"My two cents aren't worth a dime.";

Log In?
Username:
Password:

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

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

    No recent polls found