
john.drago at data393
Apr 10, 2006, 7:34 AM
Post #8 of 9
(7270 views)
Permalink
|
I recommend you take a look at the program named "asp-perl" that is part of the Apache::ASP distribution, as well as looking at the "Standalone CGI Mode, without mod_perl" documentation at http://www.apache-asp.org/cgi.html Keep in mind you're using Apache::ASP in a setting it wasn't designed for, so you will have to expect unexpected results. > -----Original Message----- > From: savimonty [mailto:savimonty [at] donboscoit] > Sent: Monday, April 10, 2006 7:49 AM > To: asp [at] perl > Subject: Re: Calling $Response->Write > > > 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: asp-unsubscribe [at] perl > For additional commands, e-mail: asp-help [at] perl > --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl
|