Guru's,

I am getting error as below in one of my script. 

C:\Program Files\Apache Group\Apache\cgi-bin>perl -d test.cgi

Loading DB routines from perl5db.pl version 1
Emacs support available.

Enter h or `h h' for help.

Test::Harness version 1.1601 required--this is only version 1.1502 at
C:\Perl\lib/perl5db.pl line 1131.
BEGIN failed--compilation aborted at C:\Perl\lib/test.pm line 3.
BEGIN failed--compilation aborted at test.cgi line 5.
DB::fake::(C:\Perl\lib/perl5db.pl:2084):
2084:     "Debugged program terminated.  Use `q' to quit or `R' to
restart.";

The script is as below :

#!/usr/bin/perl -w

push (@INC,'c:/Program Files/Apache Group/Apache/cgi-bin');

use test;
my $wwwapp = testapp->new();
$wwwapp->run();

The 3rd line in the test.pm is

   use strict;

Can someone point out what could be the reason?? 

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to