Help for this page

Select Code to Download


  1. or download this
    foreach $count ( sort keys %data ){
    # there's a better notation for this but $data{$count}->@
    ...
        print "\n";
      }             # foreach type_hash
    }               # foreach count
    
  2. or download this
    while(<DATA>) {
      chomp;
    ...
                     error => "$error",
                     };
    }    # while DATA