in reply to
Re^3: using hashes to count
in thread
using hashes to count
The
$count{$_} ||= 0;
is useless.
++
doesn't give undefined warnings.
Comment on
Re^4: using hashes to count
Select
or
Download
Code
In Section
Seekers of Perl Wisdom