use CGI::Carp qw(fatalsToBrowser); will cause (most) fatal errors to appear in your browser window instead of in the error log.
carpout as mentioned above by Limbic~Region will redirect errors to another log.
If you can communicate to the hosting people, you might be able to persuade them to change the apache setting LogLevel to Warn or better. Then the errors should appear in regular error log.