Thread Logbuch in Perl-Modul mitschreiben
(12 answers)
Opened by Gast at 2009-01-31 13:13 murphy+2009-01-31 23:01:14-- Code (perl): (dl
)
1 2 3 open my $log, ">", "/tmp/umleitung" or die $!; open STDERR, ">&", $log or die $!; warn "test"; geht hier wunderbar =) Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: ![]() ![]() |