Phoenix.pm: Web site ideas

Mekla mekla at geocities.com
Fri Apr 16 23:07:29 CDT 1999


>Sounds good.  How about an archive of the great Perl solutions
>we come up with?  Not to be confused with the group's private
>software repository.

This actually sounds like a good idea. Not only solutions we come up with,
but good solutions you find somewhere like on newsgroups. I can think of
one off the top of my head that has been invaluable to me:

@array = sort grep((! $Seen{$_}++), @array);

This sorts an array into unique elements. A great one liner.


Shay



More information about the Phoenix-pm mailing list