Help for this page

Select Code to Download


  1. or download this
    # How big is it?
    my $fsize = (stat($_))[7]; 
    push @sfiles, $fsize;
    print "$fsize\n";
    
  2. or download this
    
    foreach my $p (@allpathlisting) #Foreach line (path found) $p in the a
    +rray @allpathlisting
    ...
             print LIST "$s\n";
         }
        }