Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: What to use instead of global variables

by eyepopslikeamosquito (Archbishop)
on Mar 28, 2012 at 06:01 UTC ( [id://962079]=note: print w/replies, xml ) Need Help??


in reply to Re^2: What to use instead of global variables
in thread What to use instead of global variables

There's a module. But it doesn't work the way he thinks it does.
And which he shouldn't be using. 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".

You can switch to the built-in given/when if using Perl 5.10+. If stuck with Perl 5.8, you could use an if/elsif block instead.

  • Comment on Re^3: What to use instead of global variables

Log In?
Username:
Password:

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

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

    No recent polls found