in reply to printing hash values, (don't need the keys)
You might also want to add sort in front of keys.foreach $line( keys %uniques ) { print "$line\n"; }
Phil
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: printing hash values, (don't need the keys)
by punklrokk (Scribe) on Jul 06, 2006 at 20:52 UTC |