Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: If conditional checks

by brap (Pilgrim)
on Dec 09, 2012 at 02:31 UTC ( [id://1007944]=note: print w/replies, xml ) Need Help??


in reply to Re: If conditional checks
in thread If conditional checks

Weren't there a whole pile of warnings about using source filters at one point? I don't know if my memory's out of date, but Switch is something I'd avoid -- see Is this code which is using Switch.pm safe? for instance.

If you're using Perl 5.10.1 or later, it might be worth checking out Switch Statements instead.

Replies are listed 'Best First'.
Re^3: If conditional checks
by eyepopslikeamosquito (Archbishop) on Dec 09, 2012 at 06:56 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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1007944]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 04:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found