- or download this
MAKE_CLASSES:
printf $temporaryLog "%s : Enter loop %d keys ...", scalar localtime()
+, scalar keys %c;
...
...
}
printf $temporaryLog "exited\n";
- or download this
perl -d:Trace yourscript.pl 2>yourlog
- or download this
BEGIN{ close STDERR; open STDERR, '>', "$$.log" }
END{ close STDERR; unlink "$$.log"; }