Neil Gunton wrote:
This may be a little off the usual topic (bug reports, howto etc) but
I am genuinely curious to know what other list members think about it.
Back in 2000 or so, when I started using apache, mod_perl and Embperl,
it was a really dynamic scene and quite exciting with all the
This may be a little off the usual topic (bug reports, howto etc) but I am genuinely curious to know
what other list members think about it. Back in 2000 or so, when I started using apache, mod_perl
and Embperl, it was a really dynamic scene and quite exciting with all the possibilities for cool
I am having a problem with one of my forms under Embperl 2.0rc4, which works
under 1.3.6.
Here is a minimal case:
[- $fdat{xxx} = 'xxx' -]
[$ hidden $]
This does not produce any hidden value for 'xxx'. It does under 1.3.
Setup is Slackware 10.1, apache 1.3.33, mod_perl 1.29.
Any ideas?
Gerald Richter wrote:
This should work out of the box under mod_perl 2, for mod_perl 1 please add
a
Embperl::Init () ;
before the first call to Execute in your startup script.
The init call is done by Embperl automaticly, but under mod_perl 1 it's done
a little later, so you have to do it manu