In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] (Rob Dixon) wrote:

> There are two ways around this: you can do what it says, and give it an explicit
> package name. For instance, if you're writing perl/lib/Local/Package.pm you can
> refer to it as
> 
>     Local::Package::@ISA

that is @Local::Package::ISA

> throughout. The other way is to pre-delare the global variables in the package,
> with
> 
>     use vars qw(@ISA);

you can also use our() as the latest version on h2xs will do for you.

:)

-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to