Uri Guttman <uri <at> stemsystems.com> writes: > EA> foreach my $k (sort keys %hash) { > >why the sort? No terribly good reason; I just wanted the error messages to be deterministic. You could speed it up a bit by not sorting and it would still work just as well, but the error message given might in theory differ from one run to the next or between different perl interpreters. -- Ed Avis <eda@waniasset.com>Thread Previous | Thread Next