> Is there a way to find out the current possition in a
> file when you have unset $/?

Err... unset $/ and the first time you read you've just
grabbed the whole file - that means you're at the end.
And that's all you know, unless:

perldoc -f tell
perldoc -f seek

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to