in reply to Re: Re: BEGIN and die(), an ugly combination
in thread BEGIN and die(), an ugly combination

When I try it, exit() doesn't give the extra BEGIN failed messages, so using warn/exit will probably do what you want (unless multithreading).
  • Comment on Re: Re: Re: BEGIN and die(), an ugly combination