Re: HTTP 500s using EmbperlObject

2001-01-11 Thread Gavin Carr
On Wed, Jan 10, 2001 at 06:42:43AM +0100, Gerald Richter wrote: > > On Wed, Jan 10, 2001 at 08:18:51AM +1100, Gavin Carr wrote: > > > I'm getting intermittent system errors on several (all?) of my > > > EmbperlObject pages. The pages themselves seem okay, since a reload > > > will typically work (

Automatic %fdat URI encoding

2001-01-11 Thread Martin Langhoff
Hi, I would have sworn that Embperl could recognize a tag like: and automagically encode %fdat as URI parameters... Am I wrong? I could not find it in the man pages ... Mhhh. Just in case it's a new feature: perl -MHTML::Embperl -e 'print $HTML::Embperl::VER

Re: Automatic %fdat URI encoding

2001-01-11 Thread Martin Langhoff
Nevermind, just found out... should've been thanks martin Martin Langhoff wrote: > I would have sworn that Embperl could recognize a tag like: > > - To unsubscribe, e-ma

Re: Automatic %fdat URI encoding

2001-01-11 Thread Gerald Richter
> Nevermind, > > just found out... should've been > > > 1.3.0 also accepts which passes a referece to %fdat instead of creating an annoymous array and is therefor a little bit faster Gerald - Gerald Richte

Execute error return value

2001-01-11 Thread Wim Kerkhoff
Hi everyone, I'm working on a intranet portal thang, and have set up a framework that uses Execute to load the various components. That way, various developers can be working on the different objects and the look and feel of the page. The code for index.epl is below. I created a similiar system

Re: Execute error return value

2001-01-11 Thread Gerald Richter
> > My question is... how can I get the same behaviour in my intranet portal > code below? You can try to reset the http status, just before the end of the request (after executeing the footer) $req_rec -> status (200) ; but I am not sure if this works. Gerald