Wie komme ich an die error.log? auf meinem Webserver finde ich keine solche Datei.
Folgende Anweisung schreibt dir Perl Errors in eine Error Datei beim Script.
use warnings;
use strict;
BEGIN {
use CGI::Carp qw(carpout);
open(LOG, ">>error.txt") or die "Unable to append to error.txt: $!\n";
carpout(*LOG);
}
Damit bist du bezüglich Perl Fehler schon mal in jedem Falle im Besitze der Information.
mfg Beat
--
><o(((°> ><o(((°>
<°)))o>< ><o(((°>o
><o(((°> ><o(((°>
<°)))o>< ><o(((°>o