Sorry, I guess I skimped on the cut and paste:
[Fri May 10 15:52:07 2002] [error] [client 172.16.11.135] [Fri May 10
15:52:07 2002] widgetview.cgi: WidgetView.pm did not return a true value at
widgetview.cgi line 3.
[Fri May 10 15:52:07 2002] [error] [client 172.16.11.135] [Fri May 10
15:52:07 2002] widgetview.cgi: BEGIN failed--compilation aborted at
widgetview.cgi line 3.

No way! The "1" at the end of the module fixed it... okay, I guess I'll
absorb the reason for this in a few years of doing this stuff. :))
 
Thanks for the help!!
 
May I respectfully request of the author to put the "1" at the end of this
doc. :))
 
http://www.perl.com/2001/06/05/examples/Application.pm
<http://www.perl.com/2001/06/05/examples/Application.pm> 
 
-K

-----Original Message----- 
From: Brett Sanger [mailto:[EMAIL PROTECTED]] 
Sent: Fri 5/10/2002 3:51 PM 
To: Morris, Katherine L. 
Cc: [EMAIL PROTECTED] 
Subject: Re: [cgiapp] newbie needs help



> [Fri May 10 14:53:43 2002] [error] [client 172.16.11.135] [Fri May 10 
> 14:53:43 2002] widgetview.cgi: BEGIN failed--compilation aborted at 
> widgetview.cgi line 3. 
> 
> Any ideas on what this error means? 

It dies when it tries to load WidgetView.pm? :) 
Seriously, I see two possibilities.  Not sure why your error message was 
so vague though, as both of these possibilities give me more helpful 
messages: 

1) Can it locate WidgetView.pm? 
2) Do you have a 1; at the end of WidgetView.pm (a module needs to return 
a true value) 



--------------------------------------------------------------------- 
Web Archive:  http://www.mail-archive.com/cgiapp@lists.vm.com/
<http://www.mail-archive.com/cgiapp@lists.vm.com/>  
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.vm.com/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to