Help for this page
Select Code to Download
Select
or
download this
my $obj = eval { Class->new($whatever) }; if (not $obj) { do_something_else(); }