Help for this page

Select Code to Download


  1. or download this
    my %dirhash;
    for my $file ( @filelist ) {
    ...
    for my $dir ( sort keys %dirhash ) {
        print "$dir\t", join( "\n\t", @{$dirhash{$dir}} ), "\n";
    }
    
  2. or download this
    my $lastdir = '';
    for my $file ( @filelist ) {
    ...
        }
        print "\t$name\n";
    }