On 8/28/19 7:33 PM, Andy Bach wrote: > Look at eval blocks - lets you trap fatal errors from other code and not > die/abort yourself. > https://perldoc.perl.org/functions/eval.html
Thanks. I went with an eval block since it was very quick to set up. > You can also wrie your own signal handling code > https://www.perl.com/article/37/2013/8/18/Catch-and-Handle-Signals-in-Perl/ Is this something which should be handled differently in the module itself? /Lars -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/