RE: Can't find package AutoLoader in CGI::Application program

2003-12-08 Thread Jon Seidel
gt; Sent: Monday, December 08, 2003 7:06 PM > To: [EMAIL PROTECTED] > Subject: Re: Can't find package AutoLoader in CGI::Application program > > > Jon Seidel wrote: > > [snip] > >> The beginning of my GroupRank.pm file looks like this: >>

RE: Can't find package AutoLoader in CGI::Application program

2003-12-08 Thread NYIMI Jose (BMB)
ckage AutoLoader in CGI::Application program Jon Seidel wrote: [snip] > The beginning of my GroupRank.pm file looks like this: > /// package GroupRank; > use base 'CGI::Application'; > use AutoLoader; > #use DBI; > > use strict; > use v

Re: Can't find package AutoLoader in CGI::Application program

2003-12-08 Thread david
Jon Seidel wrote: [snip] > The beginning of my GroupRank.pm file looks like this: > /// > package GroupRank; > use base 'CGI::Application'; > use AutoLoader; > #use DBI; > > use strict; > use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); > $|++; your GroupRank.pm module doesn't see

Can't find package AutoLoader in CGI::Application program

2003-12-06 Thread Jon Seidel
Hi... I have what I hope is an easy question. I've got perl 5.8.0 installed, and have installed CGI, CGI::Application, HTML::Template and am creating some simple test files for CGI::Application. I've created and run some other applications using CGI and have implemented a simple OO package whic