in reply to Re^2: Adding a dispatch table and getting "Variable $x will not stay shared" errors.
in thread Adding a dispatch table and getting "Variable $x will not stay shared" errors.
eval { find(sub { ($foundfile = $File::Find::name) if $File::Find::name =~ $target; die "FoundFile" if $foundfile; }, $location) }; die $@ if $@ and $@ !~ /FoundFile/;
|
|---|