Help for this page

Select Code to Download


  1. or download this
    #!/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?
    
  2. or download this
    use File::Find;
    
    ...
    }