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 in DOS I get the error "The instruction at "0x0268299a" referenced at "0x00000021". The memory could not be "read". Any suggestions on what might be causing this? Thanks, Kevin