|
From: Lisa P. <dus...@gm...> - 2019-08-27 12:04:51
|
It's strange, but simple local $SIG{__DIE__} = sub {...} solves the
problem.
Best regards,
LP
пн, 19 авг. 2019 г. в 03:53, Lisa Poor <dus...@gm...>:
> Hello,
> is it possible to suppress the dialog box (OK/CANCEL) for such errors:
> ...
> #my $tmp = 0/0;
> #warn "Warning\n";
> die "Death\n";
> ...
> since I handle these errors in my code.
> Best regards,
> LP
>
>
|