![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
perlfunc:tellby gods |
on Aug 24, 1999 at 22:43 UTC ( #354=perlfunc: print w/replies, xml ) | Need Help?? |
tellSee the current Perl documentation for tell. Here is our local, out-dated (pre-5.6) version: ![]() tell - get current seekpointer on a filehandle
![]() tell FILEHANDLE tell
![]() Returns the current position for FILEHANDLE. FILEHANDLE may be an expression whose value gives the name of the actual filehandle. If FILEHANDLE is omitted, assumes the file last read. |
|