Thread Hash Größe ermitteln (13 answers)
Opened by bianca at 2013-05-07 19:02

pq
 2013-05-07 19:35
#167455 #167455
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Hash Größe ermitteln