On Mon, 13 May 2002, Leake, Stuart wrote: > Sure ... I just put up a HTML-Embperl-no_mod_perl.ppd package under > <http://theoryx5.uwinnipeg.ca/ppmpackages/> that was built in this way, > based on 1.3.4.... > > I couldn't find "HTML-Embperl-no_mod_perl.ppd" - I tried "HTML-Embperl.ppd" > is that the right one?
Yes - Gerald pointed out how to build things for both mod_perl and non-mod_perl within the same package, so I did that for the HTML-Embperl.ppd package. > > With the basic examples I tried this seemed to work via CGI....however what > I would like to do is try via an ASP page (...I know, I know..) - anyone got > any comments about whether I'm likely to succeed. > ...something like this?? - > > <%@ Language=PerlScript %> > <% use HTML::Embperl %> > <% > $input = ***some perl goes here ***; > $output; > HTML::Embperl::Execute({input => \$input,output => \$output}); > print $output; > %> I'm not sure - it'd be interesting to try .... best regards, randy kobes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]