Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      dusage ( $directory );
    }
    
  2. or download this
    my %threads;
    foreach my $directory ( @dirs )
    ...
      $threads{$directory} -> join;
      print "done.\n";
    }