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:
If you are really concerned about it, you should be using read() or sysread() instead.$ perl -MO=Deparse -e '$line = readline(*STDIN)' $line = <STDIN>; -e syntax OK
-sauoq "My two cents aren't worth a dime.";
|
|---|