Thread scalar und Array
(16 answers)
Opened by bianca at 2009-11-18 13:46
Vielleicht gefällt es dir aber auch besser hier einen Hash herzunehmen:
Code (perl): (dl
)
1 2 3 4 5 6 7 my %hash = ( 5 => 'test 5', 7 => 'test 7', 100 => 'test 100', ); say "Elemente: ". scalar keys %hash; MfG perl -E'*==*",s;;%ENV=~m,..$,,$&+42;e,$==f;$"++for+ab..an;@"=qw,u t,,print+chr;sub f{split}say"@{=} me"'
|