Help for this page

Select Code to Download


  1. or download this
    BEGIN { @ARGV = map glob, @ARGV }
    
  2. or download this
    SYNOPSIS
               use File::Find;
    ...
               use File::Find;
               finddepth(\&wanted, @directories_to_search);
               sub wanted { ... }