Help for this page

Select Code to Download


  1. or download this
    push(@results, $File::Find::name) if(-f $_ && $_ eq $file);
    
  2. or download this
    push(@results, $File::Find::name) if((-f $_) && ($_ =~ /^$file$/i));