Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Reading non-blockingly / "awk has to be better for something."

by Grimy (Pilgrim)
on Jul 28, 2012 at 08:37 UTC ( [id://984159]=note: print w/replies, xml ) Need Help??


in reply to Reading non-blockingly / "awk has to be better for something."

my $line = ''; my $chr; $line .= $chr until (($chr = getc($fh)) =~ /[\r\n]/);
Not tested, but it might work, or at least give you an idea.
  • Comment on Re: Reading non-blockingly / "awk has to be better for something."
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 03:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found