Am I missing something?
Does this help?
package Foo; our $test = 12345; package Bar; print $Foo::test; $Foo::test='abcde'; package Foo; print $test;; 12345 abcde
In reply to Re: Is 'use vars' really obsolete?
by BrowserUk
in thread Is 'use vars' really obsolete?
by jnorden
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |