Thread hash-größe (9 answers)
Opened by norman at 2005-06-22 18:20

supersucker
 2005-06-22 19:28
#55677 #55677
User since
2005-03-17
118 Artikel
BenutzerIn
[default_avatar]
hallo,

ich versteh dein beispiel aber auch nicht ganz, wo muss denn diese anweisung stehen? du meinst sowas wie:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

use warnings;
use strict;

my %hash = ();
keys %hash 10000;

while() {
# fill hash
}


oder?

View full thread hash-größe