CC: | agentzh [...] gmail.com |
Subject: | Request for the PrintError/RaiseError options in the constructor |
Hi, Thomas
I'd also love to see some new options in J::SM's contructor so as to
control the default error handling on the JS land. Writing code like
this is really boring:
$js->eval("...") or die $@;
For example, DBI provides options like PrintError and RaiseError, which
I've found very handy :) What do you think?
Thanks!
agentz