Help for this page

Select Code to Download


  1. or download this
    sub topdir {
      my($nd,$parent)=@_;
    ...
    
      return $d;
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    foreach (keys %hash) {
      print "DIR $_ = $hash{$_}\n";
    }