>I never tried AUTOLOAD with Embperl, also it seems to be a cool idea,
>but as
>far as I can tell from my mind I don't think the first method can work
>within Embperl 1.x, while in 2.0 it should work.
>Gerald
Hm, but is some trick like that AUTOLOAD possible this way:
[!
package Foo;
sub AUTOLOAD
{
# call Embperl sub here
}
!]
[$ sub Embperlsub $]~
..
[$ endsub $]
when in # call Embperl I call Embperlsub?
Actual problem is to use something like AUTOLOAD among Embperl subs. Or,
determine if among Embperl subs is some certain function. So, solution would
be either use AUTOLOAD functionality or determine imported subs, get their
list for example.
Neeme
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]