Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: seekChapter 8
Standard Modules
Next: 8.94 IO::Seekable
 

tell

$fh->tell()

Front-end for the corresponding built-in tell function, which returns the current file position in bytes (starting from 0).


Previous: Reference: seekPerl in a NutshellNext: 8.94 IO::Seekable
Reference: seekBook Index8.94 IO::Seekable

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.