http://qs321.pair.com?node_id=646880


in reply to How to use fseek in perl ??

Perl 5.6 had an excellent FAQ entry on this very concept that quite often helps to clear up this natural confusion. You can find the FAQ entry here.

The short answer is, use Tie::File.

Replies are listed 'Best First'.
Re^2: How to use fseek in perl ??
by pysome (Scribe) on Oct 24, 2007 at 13:23 UTC
    yeah. Tie::File is good choice.Thanks