sub.htm segfault on sparc (patch)

2003-03-17 Thread Angus Lees
on sparc (at least), embperl dies with: vore% make test TESTARGS="-h -i --gdb" [...] #104 sub.htm... ok #105 sub.htm... (no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. ---Type to continue, or q to quit---[Switching to Thread 16384

Re: PerlSetEnv EMBPERL_OBJECT_BASE (??)

2003-03-17 Thread Gavin Carr
Hi Edouard, On Mon, Mar 17, 2003 at 10:11:28AM -0800, Edouard Lagache wrote: > A minor glitch that I couldn't find in listserv archives though. Just > setting the EMBPERL_OBJECT_BASE environmental variable in the Apache > configuration file seems to have no effect. If I instead just use > _base.

PerlSetEnv EMBPERL_OBJECT_BASE (??)

2003-03-17 Thread Edouard Lagache
Dear Embperl fans, After getting one web site settled out on Embperl, I graduated to Embperl::Object for my main Canebas web site - Ooh, I like this!! :-) A minor glitch that I couldn't find in listserv archives though. Just setting the EMBPERL_OBJECT_BASE environmental variable in the Apache co

eval and Execute and subs

2003-03-17 Thread Kee Hinckley
HTML::EmbperlObject $obj = Execute({ object => $file }); try { $obj->foo(); } otherwise { $this->Error(0); # $this is the ref to this page object handle error }; This doesn't work. The page still returns with an error value, and my handler in the EmbperlObject templat