------------------------------------------------
On Wed, 22 Jan 2003 05:17:47 -0800 (PST), Rob Richardson <[EMAIL PROTECTED]> wrote:


> 
> > > When I run perl -c to check this, it complains that @ISA, @EXPORT
> > and
> > > %self are global symbols that need explicit package names.  Why is
> > > this?  I haven't seen @ISA or @EXPORT qualified with package names
> > in
> > > any samples.  What package name do I need to use?
> 
> I may not use @EXPORT, but @EXPORT_OK is not bad, nor is @ISA.  What is
> the cause of this package problem?  How do I get around it?  Do I need
> to use @Exporter::EXPORT_OK?  What package is @ISA in?  (Hmmm... shades
> of Mr. Clinton here.)
> 
> Thanks very much!
> 

And now we have come full circle ;-) (for those listening in on the other discussions) 
 ... try 'our' before @ISA and @EXPORT_OK.

http://danconia.org

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

Reply via email to