>
> It sounds like you've got a very short expiry time on your cookie from
> within Embperl. The three variables that govern the cookie settings
> are:
>
> EMBPERL_COOKIE_DOMAIN
> EMBPERL_COOKIE_PATH
> EMBPERL_COOKIE_EXPIRES
>
Additional note: When EMBPERL_COOKIE_EXPIRES is not set (which is the
>
> If I take the data that is input on the form and on the next page output
it
> again, it shows up as spaces where I pressed Enter.
>
The cr's are preseverd, but if you output a newline in html text, nothing
happens...
So what you really want is to subsitute newlines with before outputing.
To
>
> sometimes it works, sometimes not, into error log appear
> Can't locate auto/HTML/Embperl/cgi_env.al in @INC (@INC contains: ...
>
cgi_env is part of the Apache object, so it looks like that Embperl has
gotten the wrong request record (a HTML::Embperl object, instead of a Apache
object)
Can