http://www.perlmonks.org?node_id=846754


in reply to WWW::Selenium terminates program on object not found - not expected -Expects something like try- catch in java

Perl has eval as its built in exception handling facility but there are modules like Error.pm that provide a SEH extension to Perl.

However Error.pm is depracated and should look for other modules like maybe TryCatch

  • Comment on Re: WWW::Selenium terminates program on object not found - not expected -Expects something like try- catch in java