Dirk Dorweiler: Warnungen bei Config::IniFiles und noch 'ne Frage

Beitrag lesen

Moinmoin!

Bei 1&1 kann ich nicht testen, weil ich keinen Zugriff auf die Error-Log habe, ...

http://perldoc.perl.org/CGI/Carp.html
<schnipp>
"It is now also possible to make non-fatal errors appear as HTML comments embedded in the output of your program. To enable this feature, "
...
use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
use CGI qw(:standard);
print header();
warningsToBrowser(1);
</schnipp>

Grüße