Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Re: Re: Re: How to use variables from other package?by chromatic (Archbishop) |
on Apr 27, 2003 at 19:55 UTC ( [id://253520]=note: print w/replies, xml ) | Need Help?? |
I'm not sure I understand. Perl can indeed check variable names at compile time, even if they're fully qualified. Create a file called Foo.pm:
Use it within a test program like so:
This gives me:
In Section
Seekers of Perl Wisdom
|
|