Hey thanks,

We are getting there .... THANKS A LOT ... 

But i am facing an error .... Guess you can guide me ...!!

Well here is the input file .... !!

######### [ INPUT ] #########
# input.pl

use Apache::ASP;
use CGI;
my $r = new CGI;
my $asp = Apache::ASP->new($r);
my $Response = $asp->{Response};
$Response->Write("Hello, World!"); 

#########################

$perl input.pl

############## [ ERROR ] ##########
Undefined subroutine CGI::filename
 at /usr/share/perl5/Apache/ASP.pm line 260
 at /usr/share/perl/5.8/CGI.pm line 818
        CGI::_compile called at /usr/share/perl/5.8/CGI.pm line 782
        CGI::AUTOLOAD('CGI=HASH(0x8151c28)') called at
/usr/share/perl5/Apache/ASP.pm line 260
        Apache::ASP::new('Apache::ASP', 'CGI=HASH(0x8151c28)') called at
ASP.pl line 4
#################

Thanks a lot .... i tried to use perl5.8.8 also ... but in vain..!!

Thanks again....we are almost there ... !!

Regards,
Savio
--
View this message in context: 
http://www.nabble.com/Calling-%24Response-%3EWrite-from-perl-t1410025.html#a3842147
Sent from the Apache - Asp forum at Nabble.com.


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

Reply via email to