Help for this page
#!/usr/local/bin/perl -w use strict; ... # rather than using explicit sub declarations # when there's a need to also pass certain arguments # to the anonymous sub?
use File::Find; ... }