Help for this page

Select Code to Download


  1. or download this
    %files = Recurse([$drive], {match => '\.'});
    
  2. or download this
        foreach $dir (sort keys %files)
        {
    ...
            # Do work
          }
        }