in reply to Question about File::Find and Home Node

From perldoc File::Find:
The wanted() function does whatever verifications you want. $File::Find::dir contains the current directory name, and $_ the current filename within that directory. $File::Find::name contains "$File::Find::dir/$_".
If you just want the filename, not the full path and filename, use $_.

You have to be level 5 (monk) or higher to be able to put up a picture.

[ar0n]