Thread Hash aus Datei an Skalar binden (8 answers)
Opened by Gast at 2007-11-22 11:33

bloonix
 2007-11-23 09:05
#102863 #102863
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Bei do() finde ich die Fehlerabfrage auch ein wenig blöd,
da do() ja eigentlich alles macht... Öffnen und Evaluieren.
Ich zitiere mal aus Perldoc:

Code: (dl )
1
2
3
4
5
	unless ($return = do $file) {
warn "couldn't parse $file: $@" if $@;
warn "couldn't do $file: $!" unless defined $return;
warn "couldn't run $file" unless $return;
}
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 Hash aus Datei an Skalar binden