Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    use warnings
    ...
            }
        }
    }
    
  2. or download this
    #!perl
    use strict;
    use warnings;
    ...
    }
    
    File::Find::Rule->file->empty->exec(\&found)->in($search);