Nyimi...

Thanks for your reply; I figured it out (there already was a '1' at the end 
of my module).

I had used h2xs to create the module framework... that framework requires 
exporter and then exports the name 'AutoLoader'. Once I took that out, 
everything worked fine.

Thanks again...jon

Nyimi Jose wrote:

> Try putting
> 1;
> As the last line of your GroupRank.pm file.
> 
> Remember that a module (*.pm file) is
> supposed to return a true value.
> 
> José.
> 
> -----Original Message-----
> From: david [mailto:[EMAIL PROTECTED]
> 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:
>> /////////////////// 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 seem to return a true value. change
> '$|++;' to '$|=1;' and see what happen.
> 
> david


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to