in reply to Copy Permissions

In case there are some wacky characters in $wrong_dir, I'd do: $name =~ /(\Q$wrong_dir\E)(.*)/;
_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker, who'd like a job (NYC-area)
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

Replies are listed 'Best First'.
Re: Re: Copy Permissions
by BuddhaNature (Beadle) on Apr 25, 2004 at 20:12 UTC
    Good call. I updated the code to reflect your suggestion. Thanks!

    -Shane