It's strange, but simple  local $SIG{__DIE__} = sub {...} solves the
problem.
Best regards,
LP

пн, 19 авг. 2019 г. в 03:53, Lisa Poor <dusel...@gmail.com>:

> 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
>
>
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to