in reply to Re: problems returning from recursive subroutine
in thread problems returning from recursive subroutine

Wouldn't the line above it:
$file = $newname;
solve that by making $file (which in this case is a directory) the lowercase version? Or perhaps there's something else I'm not seeing.

Replies are listed 'Best First'.
Re: Re: Re: problems returning from recursive subroutine
by zby (Vicar) on Apr 18, 2003 at 08:43 UTC
    Ah - sorry!