Help for this page
#!/usr/bin/perl use strict; ... print "$File::Find::name\n"; }
#!/usr/bin/perl -w use strict; ... print Dumper $tree;