Hello group and Gerald
I have some modules which produce HTML code which is stored in a scalar
and displayed with as the return value of a [+ +]
It might look something like this
[+ $obj->gettable +]
If the code being returned to the page is a table, will it get re-evaluated
by the embperl eng
I've made it an object but when doing this it just works for the
first request to the server not the following 10-12 times then i works
again and then it stops working 10-12 times. I guess this has something
todo with the different httpd processes How should I do this instead
? Is it p
Looks like a possible bug to me:
consider this simple embperl file
--- test.epl ---
[-
print STDERR Data::Dumper->Dump([\%fdat]);
-]
-- end -
on submitting the form empty %fdat is still setup
$VAR1 = {
> Where should I write this ?
>
in your httpd.conf, instead of PerlSetEnv EMBPERL_COOKIE_PATH /
Gerald
> / Stefan
>
> Gerald Richter wrote:
>
> >
> >
> >>I found out when using HTML::Embperl (i'e the Embperl 1) and doing
> >>PerlSetEnv EMBPERL_COOKIE_PATH / it works perfectly fine. But that
Where should I write this ?
/ Stefan
Gerald Richter wrote:
I found out when using HTML::Embperl (i'e the Embperl 1) and doing
PerlSetEnv EMBPERL_COOKIE_PATH / it works perfectly fine. But that
trick doesn't fix it for Embperl 2.
In Embperl 2 writing
Embperl_Cookie_Path /
(without the