Help for this page
use File::Find; # these should work on any platform : ) use File::Copy; ... find {wanted => \&checker}, $source;