in reply to If conditional checks

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: If conditional checks
by brap (Pilgrim) on Dec 09, 2012 at 02:31 UTC

      Weren't there a whole pile of warnings about using source filters at one point?
      Yes. The Switch module mistakenly escaped into Perl 5.8. Do not use it. The Switch module was deprecated in Perl 5.10 and removed in Perl 5.14.

      Notice that in Categorized Damian Modules, the Switch module is categorized by its author as "Damian modules you shouldn't use in production because their purpose is to explore and prototype future core language features".

      See also: stackoverflow question on why the Switch module is deprecated.

        Thanks for the warning. I don't use the Switch statement myself in my coding.