Help for this page

Select Code to Download


  1. or download this
    sub recurseDir2 {
       my @temp = (glob $_[0]);
       foreach (@temp) {
    ...
          }   
       }  
    }
    
  2. or download this
    sub recurseDir2 {
       my @temp = (glob $_[0]);
       foreach (@temp) {
    ...
          }
       }  
    }