How to get the exact errors into error log in perl?

For that we can use a module as follows.

use CGI::Carp qw(fatalsToBrowser);

Search cpan.org for more details.

Leave a Reply