On Tue, Aug 27, 2002 at 05:03:01PM -0400, Kevin Torres wrote:
> I am using bootstrap in dynaloader.pm. Everything works upto the last
> instruction of the subroutine &$xs(@args);
>
> There are are no errors upto that point. $xs gets assigned CODE(0x251f1a4).
>
> But the very next thing to
I am using bootstrap in dynaloader.pm. Everything works upto the last instruction of
the subroutine &$xs(@args);
There are are no errors upto that point. $xs gets assigned CODE(0x251f1a4).
But the very next thing to happen after &$xs(@args) is executed is a branch to carp.pm.
When I run i