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);
Comment on
Re: Re: Renaming files
In Section
Seekers of Perl Wisdom