in reply to Re: Illegal seek from Find::File
in thread Illegal seek from Find::File

I was originally hoping that it would, but after reading your reply, I think I've got a better way to handle the return.
Out of curiosity, any idea what's causing the "illegal seek"?

Replies are listed 'Best First'.
RE: RE: Re: Illegal seek from Find::File
by merlyn (Sage) on Jun 06, 2000 at 07:31 UTC
    infoninja said:
    Out of curiosity, any idea what's causing the "illegal seek"?
    Nothing. That's an "expected error" that is unrelated to your operation, and has already been dealt with.

    Moral: Do not use $! on calls that are not immediately "system" calls.

    -- Randal L. Schwartz, Perl hacker