in reply to
perl functionality like unix's "sort -u" and "uniq -c"
If you don't want to use the unix commands (which are also available for Windows), then consider using a database.
Comment on
Re: perl functionality like unix's "sort -u" and "uniq -c"
Replies are listed 'Best First'.
Re^2: perl functionality like unix's "sort -u" and "uniq -c"
by
tilly
(Archbishop)
on Apr 09, 2005 at 02:50 UTC
If you don't want to install a database, you can use
DBD::SQLite
.
[reply]
In Section
Seekers of Perl Wisdom