The callback is printing the value of $File::Find::name (which, again,
is set by the File::Find::find function before the callback is
called).


[Jatin] Chas , when you say that the File::Find's find method sets its name variable before the callback is called , Do you mean that this "name" variable is set by the find function to the currently referenced file or directory ? All the three variables namely $_ , $dir and $name are set with values corresponding to the currently referenced file ?

Thanks
Jatin

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to