Thread STDOUT nach Datei umleiten: kein Fehler, wenn Datei geloescht wird
(6 answers)
Opened by bloonix at 2006-11-03 17:48
[quote=esskar,03.11.2006, 23:41]es muss doch auch
Code: (dl
)
print("Hello World\n") or die $!; heißen![/quote]wieso, print "..." or die $! ist schon in ordnung so. 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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |