in reply to Re^2: Operator held in scalar/array elementin thread Operator held in scalar/array element
sub { -e $_[0] } [download]
sub { my ($file) = @_; -e $file } [download]
I hope that clarifies things.