03.09.2001 22:51

hello, Embperl!

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? what I mean is:

test.ep:

        [* $scalar='text'; *]
        some nice [+ $scalar +] here =)
        and here is more [+ $scalar +] ...

converted to test.pl:

        #!/usr/local/bin/perl
        $scalar='text';
        print"some nice $scalar here =)\n";
        print"and here is more $scalar ...\n";

...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 =(

thanx

bye =)

...and may the tux be with you!

-----------------------------
Ivan G. Shevchenko
RAYtracer__ .:<DREAMWALKER>:.
ANARCHOPOLIS [] XSDI
[EMAIL PROTECTED]
http://xlnc.port5.com/
81800129


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

Reply via email to