Disregard this :-)
Solved, and I sent it from the wrong alias :-)
Justin
> -Original Message-
> From: Astyrrian [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, October 12, 2002 10:46 PM
> To: [EMAIL PROTECTED]
> Subject: Variable Cleanup
>
>
> Hi,
>
> I am using a namespace/variable to
Hi,
I am using a namespace/variable to hold things like dbi handles, etc, so
that it is available to all code/modules (embperl modules, perl modules,
etc)
Right now I am manually cleaning it up (As embperl doesn't) but I read
in the docs that if you put the variable in $CLEANUP with value 1,
emb
Thanks Kee and Gerald...
I also found another way to get the Session ID... using
$udat{_session_id}
Though I assume that '$request -> config -> session_id' would be the
preferred method...?
Ps. sorry about the HTML mail...
__
Jordan Baker
[EMAIL PROTECTED]
-Original M
Hi, there:
I have tried this again unsuccessfully. Let me elaborate. I built apache
with mod_perl with Apachetoolbox. I am trying to build embperl 1.3.4 with
an already-installed mod_perl. I followed the INSTALL.pod instructions and
first gave the path to httpd.h (/usr/local/apache/include, then
I used Embperl::exit in a Embperl page called under ModPerl and it worked
correctly. Should it?
Scott
On Thursday 10 October 2002 09:50 pm, Gerald Richter wrote:
> >I try:
> >exit
> >Apache::exit
> >Embperl::exit
>
> inside your Embperl pages use exit, outside (e.g. in a Perl module) use
> Emb
Embperl-2.0b8:
%fdat contains keys for all names and *values* in the request. i.e if
requesting:
http://www.example.com/index.html?foo=bar
%fdat is:
{ 'foo' => 'bar', 'bar' => undef }
Jochen
--
Jochen Topf [EMAIL PROTECTED] http://www.remote.org/jochen/ +49-721-388298
--