RE: [cgiapp] Error in CGI::Application script

2002-01-14 Thread Sabherwal, Balvinder (MBS)
I changed the .pm and package name to match the same. Still I am having few errors as below. Am I suppose to declare local variables differently in the package?? I am not sure as I am a starter on the Perl, CGI and CGI::Application and using it for the very first time. [Mon Jan 14 07:45:36 2002]

RE: [cgiapp] Error in CGI::Application script

2002-01-14 Thread Brian . T . Wightman
, Christiansen, and Schwartz), and then Damian Conway's Object Oriented Perl for a more in depth understanding of modern Perl concepts and constructs. Brian [EMAIL PROTECTED] on 01/14/2002 06:53:56 AM To: [EMAIL PROTECTED] cc: bcc: Subject: RE: [cgiapp] Error in CGI::Application script I

Re: [cgiapp] Error in CGI::Application script

2002-01-11 Thread Greg Matheson
On Fri, 11 Jan 2002, Sabherwal, Balvinder (MBS) wrote: I am getting error in the debug mode as below. The script is as below #!/usr/bin/perl -w push(@INC,'c:\program files/apache group/apache/cgi-bin'); use testapi; my $webapp = tapp-new(); $webapp-run(); the testapi.pm is as below