Thread Dateien ersetzen
(14 answers)
Opened by theresa at 2007-09-24 16:08
wie wäre es mit
Code (perl): (dl
)
1 2 3 4 open my $fh, '>', $datei or do { warn "Datei $datei konnte nicht überschrieben werden!" do_something_else(); } What is a good module? That's hard to say.
What is good code? That's also hard to say. One man's Thing of Beauty is another's man's Evil Hack. |