Help for this page
Select Code to Download
Select
or
download this
perl -MFile::Find -e 'find(sub{ -f and do_something_with($File::Find::name)}, ".")'
Select
or
download this
perl -MFile::Find -e "find(sub{ -f and do_something_with($File::Find::name)}, '.')"