On Tue, Sep 04, 2001 at 01:47:52PM +0100, [EMAIL PROTECTED] wrote:
> if you are using perl 5.6 then u need to add a line
> our qw( @ISA )
'our' should only be used if you're using perl 5.6 and don't mind that the
'our' makes your code incompatible with earlier perl versions. 'our' should
probably not be used if that's the only thing that makes the code
incompatible; in that case, use the vars pragma, regardless.
Michael
--
Administrator www.shoebox.net
Programmer, System Administrator www.gallanttech.com
--
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]