>
> is there a possibility to let Embperl convert an Embperl file to real
> Perl file so that every webserver without Embperl installed can exec
> it?
No. Embperl 2.0 generates an Perl programm internaly and a tree structure of
the page. That makes it fast. It isn't possible simply to convert this a one
Perl programm, without haveing half of Embperl inside of this program (and
haveing to reimplement lots of C in Perl, which would slow down the whole
thing)
>
> ...if I can't convert Embperl code to Perl, is it possible to
> upload a script (perl module?) to a webserver so that my virtual host
> will be able to exec Embperl (without editing any httpd.conf)? I need
> it because I don't own a webserver, i want to use a free webspace
> provider (port5), where only mod_perl is installed =(
>
If you have mod_perl installed, you can put the EMbperl configuration in a
.htaccess file instead of the httpd.conf. You still have to install Embperl,
but you can do this in your home directory and add it to Perl's search path.
If you don't have mod_perl, you can use Embperl as CGI (which is slower) or
in the current CVS version and the comming 1.3.4/2.0b4 release you can use
Embperl together with FastCGI, for a non Perl environment
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]