in reply to Re: switch, transliteration ( tr/// ) of $_ issuein thread switch, transliteration ( tr/// ) of $_ issue
use 5.010; given ($foo) { when ($condition) { code } ... } [download]
(described in perlsyn)