Hi!
When I tried something like
[$ sub AUTOLOAD $]
[$ endsub $]
in Embperl page, it caused segfault to apache. Somehow, following works:
[!
package Foo;
sub AUTOLOAD
{
# code
}
!]
and in other page I load subs like usual with import and I can call
[-Foo::nonexisting($arg)-]
Is first example usable in Embperl at all?
Neeme
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
