Help for this page
$seg{$lname} = { 'header' => \@hdr, 'stations' => \%stn, };
# time to save stn and headers: $seg{$lname} = { header => [ @hdr ], stations => $stn }; @hdr = () $stn = undef;