Closed rvosa closed 10 years ago
Can't get the extractor to work correctly. On errors there should be a descriptive error echo'ed to the user. Perhaps this can be done using use CGI::Carp 'fatalsToBrowser';
use CGI::Carp 'fatalsToBrowser';
Errors are now directed to browser. Note that fatalsToBrowser does not work well with mod_perl2 so I had to catch the 'die' signal manually.
Can't get the extractor to work correctly. On errors there should be a descriptive error echo'ed to the user. Perhaps this can be done using
use CGI::Carp 'fatalsToBrowser';