Thread Hashes auslesen! (5 answers)
Opened by bandchef at 2014-05-05 09:09

pq
 2014-05-05 11:14
#175211 #175211
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
2014-05-05T07:09:59 bandchef
Ich hab folgenden Hash angelegt:

Code: (dl )
1
2
3
4
5
6
$food_color = 	(
Raspberry => "blue",
Apple => "green",
Banana => "yellow",
Cherry => "red"
);

das ist schonmal kein hash.
ich lege dir eins der folgenden tutorials ans herz: http://perl-tutorial.org/
z.b. modern perl - the book.
bitte ansehen, wenn möglich. diese grundlagen sind sehr wichtig.
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Hashes auslesen!