Why is the Switch module deprecated in Perl?
Posted
by Louise
on Stack Overflow
See other posts from Stack Overflow
or by Louise
Published on 2010-04-13T14:54:44Z
Indexed on
2010/04/13
15:03 UTC
Read the original article
Hit count: 321
perl
Does anyone know why use Switch;
is deprecated in Perl?
I know that a switch case be made from elsif
, but I don't like that very much.
© Stack Overflow or respective owner