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? 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; %> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]