I heard each was more efficient than what appears here. Is there any way to get each to sort?
foreach my $key ( sort( keys( %somehash )))
{
print "$key = $somehash{$key}\n";
}
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
