hash of hashes

Roland Bauer Roland.Bauer at mediaprint.at
Tue Nov 23 04:13:19 CST 1999


* * * vienna-pm-list * * *
Kann mir bitte jemand auf die Spruenge helfen?

use strict;

my %x;

$x{33}{44}=7;
$x{33}{45}=8;
$x{33}{46}=9;

for my $y (keys %x) {

	print "y = $y\n"; # 33
	
	my %z = $x{$y};
	
	# wieso nicht 444546 ??? <<<<<<<<<<<<<<<<<<<<<
	print "KEYS = ",(keys %z),"\n";
}


dabke !


--
roland.bauer at mediaprint.at
internet-applikationen
TEL: +43-1-36000/3949

###
You are subscribed to vienna-pm-list
http://www.fff.at/fff/vienna.pm/



More information about the Vienna-pm mailing list