Gossamer Forum
Home : General : Perl Programming :

CGI Error

Quote Reply
CGI Error
Hi Friends..
I am using Active perl 5.6.1.
When I am trying to call the CGI Module I am getting Error.
I tried to write a simle program then also it is giving Error.
I am pasting the same code here.
quote"
#!/usr/bin/perl
use warnings;
use strict;
use CGI;
$q = new CGI;
print $q->header,
$q->start_html( 'Hello Manish!'),
$q->h1('Hello' ),
$q->end_html;
"unqote
I am getting error

"$Id: CGI.pm,v 1.49 2001/02/04 23:08:39 lstein Exp $" is not exported by the Car
p module at C:/Perl/lib/CGI.pm line 21
Can't continue after import errors at C:/Perl/lib/CGI.pm line 21
BEGIN failed--compilation aborted at C:/Perl/lib/CGI.pm line 21.
Compilation failed in require at test.cgi line 4.
BEGIN failed--compilation aborted at test.cgi line 4.
plz help me

Manish
Subject Author Views Date
Thread CGI Error mkishore 4597 Jul 28, 2004, 4:56 AM
Thread Re: [mkishore] CGI Error
fuzzy logic 4442 Jul 28, 2004, 7:19 AM
Thread Re: [fuzzy logic] CGI Error
mkishore 4424 Jul 29, 2004, 12:41 AM
Post Re: [mkishore] CGI Error
karthik 4405 Jul 29, 2004, 7:59 AM