Help for this page

Select Code to Download


  1. or download this
    # What does this below statement acutally mean? 
      $header_data{$newrow[2]} = [ $newrow[3..18] ];
    
  2. or download this
    # Which data field is actually being used to sort?
    for my $key (sort keys %header_data)