in reply to
Re^3: Explain the code
in thread
Explain the code
$seen{4} = 3
means that 4 has been seen 3 times.
Unless I state otherwise, all my code runs with
strict
and
warnings
Comment on
Re^4: Explain the code
Download
Code
In Section
Seekers of Perl Wisdom