Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: fdopenChapter 8
Standard Modules
Next: Reference: open
 

getpos

$pos = $fh->getpos

If the C functions fgetpos(3) and fsetpos(3) are available, getpos returns the current position, $pos, of the FileHandle.


Previous: Reference: fdopenPerl in a NutshellNext: Reference: open
Reference: fdopenBook IndexReference: open