Help for this page

Select Code to Download


  1. or download this
    sub find_temp{ 
      my $dir=shift; 
    ...
        , $dir.'/tmp/');
      return \@txts ;   
      } # find temp
    
  2. or download this
     
    push @txts,$File::Find::name;;
    
  3. or download this
    push @txts,[$File::Find::name,  -C _,  -M _, -A _];