Help for this page

Select Code to Download


  1. or download this
    $line_data{"9/10 @ 12:45 PM"} = "some superfluous data here";
    
  2. or download this
    foreach $key (sort (keys(%line_data))) {
     print "$key   $line_data{$key}\n";
    }