Instead of saying use base "CGI::Application" you can say this:
use vars qw(@ISA); @ISA = qw(module1 module2 module3 ...); eval "require $_" for @ISA; CHeers On Sat, 13 Apr 2002, Sam Tregar wrote: > On Sat, 13 Apr 2002, Roy Rubin wrote: > > > The error I receive is the following: > > > > Got an error: [Sat Apr 13 12:53:20 2002] NSEngine.pm: [Sat Apr 13 12:53:20 > > 2002] NSEngine.pm: [Sat Apr 13 12:53:20 2002] base.pm: Can't locate base.pm > > in @INC (@INC contains: .... > > Why did you cut out the best part? I'd like to see what @INC is set to. > Also, what version of Perl are you running? It could be that your version > is too old to support "use base". > > -sam > > > --------------------------------------------------------------------- > Web Archive: http://www.mail-archive.com/[email protected]/ > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
