Yes, if no_chdir is not set, then

$_ is the current file's name with no path
$File::Find::name is the current file's name with the path
$File::Find::dir is the path to the current file

You may want to read the [perldoc File::Find][0].

  [0]: http://perldoc.perl.org/File/Find.html#The-wanted-function

[Jatin] Thanks Chas , I would definitely explore more on different modules available at CPAN , that is a great place. Appreciate your help in making me understand about Callbacks.

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