Thread next LABEL in Subroutinen: gibt es feinere Lösungswege? (9 answers)
Opened by bloonix at 2006-12-13 15:17

bloonix
 2006-12-13 15:57
#72507 #72507
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
[quote=nepos,13.12.2006, 14:26]Warum nicht so:
Code (perl): (dl )
unless(open (my $fh1, '<', "$file1")) { ... Fehlerbehandlung ...}
[/quote]
Das wäre das gleiche... was in do { ... } steht, würde ebenso in
unless () { ... } stehen.
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 next LABEL in Subroutinen: gibt es feinere Lösungswege?