![]() |
|
No such thing as a small change | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
There is the perldoc tool installed with your Perl, and also the perlfaq online. Searching for your keywords yields good explanations of how to do things: > perldoc -q uniqueHow can I get the unique keys from two hashes? How can I remove duplicate elements from a list or array? > perldoc -q sort How do I sort an array by (anything)? In reply to Re: Perl sorting unique values
by Corion
|
|