Its simple precedence issue, read perlop, && binds tighter than assignment, instead use -f $_ and $master{$_} = $File::Find::name
In reply to Re: File::Find Problem ( Can't modify logical and (&&) in scalar assignment )
by Anonymous Monk
in thread File::Find Problem
by Iconx
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |