in reply to
print a hash
You can try this also.
@newarray = grep (!$uniques{$_}++, @array);
Prasad
Comment on
Re: print a hash
Download
Code
In Section
Seekers of Perl Wisdom