Thread Alle Verzeichnisse Verzeichnisse in Datei ausgeben (17 answers)
Opened by wiederlader at 2007-02-07 17:40

bloonix
 2007-02-09 01:59
#74153 #74153
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
[quote=wiederlader,08.02.2007, 10:57]
Code: (dl )
print $fh "$_\n" for @dirs;
[/quote]
print $fh join("\n", @dirs);

... würde auch gehen, es sei, du bestehst auf das letzte Newline. :)
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.

View full thread Alle Verzeichnisse Verzeichnisse in Datei ausgeben