Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    close DR;
    my ($totsize) = $last =~ /^total size is (\d+)/;
    print "$count\t$totsize\n";
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    __END__