Help for this page

Select Code to Download


  1. or download this
    use File::Find;
    
    ...
    find(\&wanted, shift(@ARGV));
    
    # Use @dirlist here
    
  2. or download this
    use File::Find;
    
    ...
    
       # Use @dirlist here
    }
    
  3. or download this
    use File::Find;
    
    ...
    
       # Use @dirlist here
    }
    
  4. or download this
    use File::Find;
    
    ...
    
       # Use @dirlist here
    }