in reply to
Question about switch module for Perl
No, semicolons aren't necessary at the end of a block, just as in
if ($^O) { print "foo"; }
vs.
if ($^O) { print "foo" }
Comment on
Re: Question about switch module for Perl
Select
or
Download
Code
In Section
Seekers of Perl Wisdom