Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

reading from a file after a seek isn't working for me

by samwyse (Scribe)
on Oct 21, 2009 at 19:58 UTC ( [id://802517]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @argv = qw(/bin/echo hello world);
    open(SAVOUT, '>&STDOUT') or die $!;
    ...
    }
    print SAVOUT "at end=", tell(STDOUT), "\n";
    close STDOUT;
    
  2. or download this
    before=12
    after=0
    at end=0
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://802517]
Approved by Corion
Front-paged by bart
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found