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:
>>
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
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