![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: fixing use of our in perl 5.0*by wog (Curate) |
on Dec 18, 2001 at 01:15 UTC ( #132669=note: print w/replies, xml ) | Need Help?? |
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..
In Section
Seekers of Perl Wisdom
|
|