in reply to Re: Renaming files
in thread Renaming files

Thanks, now can you explain these lines: What are these doing?
require File::Spec; local $_ = File::Spec->catpath(undef,$dir,$f); my $np = File::Spec->catpath(undef,$dir,$f);

Replies are listed 'Best First'.
Re: Re: Re: Renaming files
by fruiture (Curate) on Oct 25, 2002 at 17:50 UTC

    See `perldoc -f require` and `perldoc File::Spec` for documentation.

    --
    http://fruiture.de