http://www.perlmonks.org?node_id=1078783


in reply to Re: switch statement
in thread switch statement

You say Switch was deprecated in 5.12.0. That's incorrect. It's inclusion in core was deprecated. The module was not deprecated.

I advise against using Switch as it can result in hard to debug errors, but it's wrong to claim it has been deprecated.