in reply to Cross-developing in 5.005 and 5.6 (code)

eval { block } can still have compile time errors. If you want to trap those too, you need to use eval "string" instead.
  • Comment on Re: Cross-developing in 5.005 and 5.6 (code)