From: Lisa P. <dus...@gm...> - 2019-08-19 00:51:08
|
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 |