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 (
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
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
> 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
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
>
> 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