Help for this page

Select Code to Download


  1. or download this
              Rate FileFind  FixedOP
    FileFind 163/s       --     -70%
    FixedOP  546/s     235%       --
    
  2. or download this
    use File::Find;
    use File::stat;
    ...
      $filename = $File::Find::name;
      }
    }