Under Embperl 2.0b8/b9 [$hidden$] seems to be having problems a) showing all
arguments and b) HTML escaping them..
The following demonstrates a):
SOURCE CODE:
[-
$fdat{test} = "foo\">";
$fdat{bar} = 2;
-]
[$ hidden $]
RESULT:
HTML::Embperl 1.34
---
jbb@debian:~$ /usr/loca
Em 18 Nov 2002 14:32:49 +0100
Torsten Luettgert <[EMAIL PROTECTED]> escreveu:
> Hi,
>
> I'm using Embperl 1.3.4 with mod_perl 1.27 and apache 1.3 on linux
> 2.4. Now I need to fork() in a page to spawn off a long-running
> process(cdrecord, basically). I used the stuff from the mod_perl docs:
>
Hello again,
the problems are the same, also with
PerlModule Embperl.
It's working like embperl-1. What's wrong?
Wolfgang
-Ursprüngliche Nachricht-
Von: Leideck, Wolfgang
Gesendet: Montag, 18. November 2002 09:40
An: Leideck, Wolfgang; [EMAIL PROTECTED]
Betreff: AW: Prblems with apache,
Hi,
I'm using Embperl 1.3.4 with mod_perl 1.27 and apache 1.3 on linux 2.4.
Now I need to fork() in a page to spawn off a long-running process
(cdrecord, basically). I used the stuff from the mod_perl docs:
sub start_burning() {
require POSIX;
$SIG{CHLD} = 'IGNORE';
defined (my $kid = fo
Sorry,
i have forgotten that i also load embperl in httpd.conf
like that
PerlModule Embperl
Wolfgang
-Ursprüngliche Nachricht-
Von: Leideck, Wolfgang
Gesendet: Montag, 18. November 2002 09:16
An: [EMAIL PROTECTED]
Betreff: Prblems with apache, modperl and embperl
Hello,
i'm building a
I think you just need to load the Embperl module.
> Here a snipped of httpd.conf:
>
> ...
> LoadModule perl_module modules/mod_perl.so
> PerModule Apache2
> LoadModule embperl_module modules/Embperl.so
PerlModule Embperl
> ...
>
> EMBPERL_OPTIONS 16
> EMBPERL_APPNAME application
[snip]
For a
Hello,
i'm building a runtime environment for my application with apache-2.0.43,
mod_perl-2.0-current and
embperl-2.0.8b under redhat-linux 7.3.
Here a snipped of httpd.conf:
...
LoadModule perl_module modules/mod_perl.so
PerModule Apache2
LoadModule embperl_module modules/Embperl.so
...
EMBPERL