Help for this page

Select Code to Download


  1. or download this
    $seg{$lname} = { 'header'   => \@hdr,
                     'stations' => \%stn, };
    
  2. or download this
    # time to save stn and headers:
    
    $seg{$lname} = { header => [ @hdr ], stations => $stn };
    @hdr = ()
    $stn = undef;