jmmistrot has asked for the wisdom of the Perl Monks concerning the following question:
any advice tips tricks admonishments? -jmsub changemod { chmod 0777, $File::Find::name; } eval{ mirror($arg{template_path} , $arg{outpath}); ## this doesn't seem to work find(\&changemod, $arg{outpath}); }; if($@){ print STDOUT "Couldn't create $arg{outpath}: $@"; return 0; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: File::Find and recursive chmod on Win32?
by goibhniu (Hermit) on Sep 12, 2007 at 18:48 UTC | |
by jmmistrot (Sexton) on Sep 12, 2007 at 21:02 UTC | |
|
Re: File::Find and recursive chmod on Win32? ($_,$!)
by tye (Sage) on Sep 13, 2007 at 01:50 UTC |