Help for this page

Select Code to Download


  1. or download this
    @files = glob ('/export/home/date_file*);
                   ^                       ^<-- not there
    
  2. or download this
    use warnings;
    use strict;
    ...
    
    $total += $type{$_} for keys %type;
    print $total, $/;