Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: fixing use of our in perl 5.0*

by wog (Curate)
on Dec 18, 2001 at 01:15 UTC ( [id://132669]=note: print w/replies, xml ) Need Help??


in reply to Error message when using 'our'

our is not deprecated. It's too new.

our acts like use vars (which is less recent) except that it is lexically scoped in effect like my. our was introduced in perl version 5.6.0

You should be able to replace the use of our with use vars..

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-16 08:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found