in reply to
Odd behavior of given {when (... or ...) ...}
Don't you have to
use feature "switch";
?
Comment on
Re: Odd behavior of given {when (... or ...) ...}
Download
Code
Replies are listed 'Best First'.
Re^2: Odd behavior of given {when (... or ...) ...}
by
Polynomial
(Acolyte)
on Jun 23, 2008 at 12:03 UTC
I just
use 5.10.0
, but yes, in order for my example to work you'll need to enable the switch feature one way or another.
[reply]
In Section
Seekers of Perl Wisdom