Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Replacing If Elsif Else with Hash

by moritz (Cardinal)
on Nov 24, 2012 at 08:59 UTC ( [id://1005346]=note: print w/replies, xml ) Need Help??


in reply to Re: Replacing If Elsif Else with Hash
in thread Replacing If Elsif Else with Hash

It is worth noting that the // operator is new perl 5.10.0, so if yo uuse it, you should start your code with

use 5.010;

Then if somebody accidentally runs the code with an older version of perl, you get a much better error message.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-19 02:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found