>>>>> "Timothy" == Timothy Kimball <[EMAIL PROTECTED]> writes:

Timothy> As for always getting that weird error message from $!, I always
Timothy> get "Illegal seek" on my machine.

You should never look at $! unless immediately following a *failed*
system-related call.  A successful call doesn't reset it to 0; and
there are system calls being executed for other operations that won't
show up for you.  The Illegal Seek was most likely from one of those.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to