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]
converting Embperl files to real perl (?)
RAYtracer__ .:<DREAMWALKER>:. Thu, 06 Sep 2001 14:40:00 -0700
- Re: converting Embperl files to real p... RAYtracer__ .:<DREAMWALKER>:.
- Re: converting Embperl files to r... Luiz Fernando B. Ribeiro
- Re: converting Embperl files to r... Gerald Richter
