Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: help with SEEK

by takshaka (Friar)
on Jun 29, 2000 at 10:33 UTC ( [id://20333]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $buf;
    $scalar .= $buf while read(FH, $buf, 4096);
    
  2. or download this
    my $size = (stat FH)[7];
    read(FH, $scalar, $size);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-03-28 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found