Thread Hash Größe ermitteln
(13 answers)
Opened by bianca at 2013-05-07 19:02
da hast du aber dann eine kaputte version.
was sagt: Code (perl): (dl
)
1 2 3 4 use 5.010; my %FORM = ( a => "abc", b => "defg" ); say for %FORM; say join "", %FORM; ? oder ist dir das egal? 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: ![]() ![]() |