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