in reply to Re: output of test script
in thread freaky mkdir problem

tried that... nothing there before the mkdir call :(

Replies are listed 'Best First'.
Re: Re: Re: output of test script
by dws (Chancellor) on Apr 27, 2001 at 02:49 UTC
    nothing there before the mkdir call :(

    We know the file is there before the mkpath/mkdir call for creating file "10". If that -e test doesn't find it right before that call mkpath(), that narrows the amount of code you'll have to inspect.

    Or, now might be a good time to learn the Perl debugger.