Re: Using dynaloader.pm

2002-08-27 Thread Paul Johnson
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

Using dynaloader.pm

2002-08-27 Thread Kevin Torres
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