In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Edwin Gunthner)
wrote:
> Well, and it simply doesnt work; perl tells me that:
> Global symbol "@ISA" requires explicit package name at
> .\/B/C/DescendantOfMyClass.pm line 6.
> Any idea whats wrong here?
always start with h2xs :)
http://www.perldoc.com/perl5.6/bin/h2xs5.003.html
add a line to declare your variables:
use vars qw( @ISA );
--
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]