Can you put the embperl setup in .htaccess? This is probably an FAQ but
I can't work it out :-(
DSL
--
"The greatest thing you'll ever learn is
just to love and to be loved in return."
- David Bowie (Nature Boy from Moulin Rouge)
Thanks, Gerald.
Of course it still doesn't let me Execute foo.epl from another directory --
that would require embperl to store and reprocess the POST data.
I can live without that, though. Your solution is much prettier than keeping
the file in a separate directory.
--Jack
-Original Messa
> Is there any way to set optAllFormData for a single page?
PerlSetEnv EMBPERL_OPTIONS 8192
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
>
> i get nervous about automatically committing on DESTROY.
>
That's reasonable
> I changed Store::Postgres to rollback if Transaction=>1 is given, and
> they did not explicitly call insert(), update() or remove() (which do
> a commit of their own).
>
> The "official" Store::Postgres doesn't us