for my $stnID ( sort{$a<=>$b} keys %{ $line } ) { my $stn = $line->{ $stnID }; $stn->adjustAttributes; }