Help for this page

Select Code to Download


  1. or download this
    foreach (my $input) @data {
       my ($key, $value)= parseline ($input);
       $results{$key}=$value;
       }