Help for this page
sub main { findit(); ... sub dostuff { print "$_\n" }
sub main { my @dirlist; ... sub dostuff { print "$_\n"; }