Hello, You need an array of hash to do it.That's to say,to store array's reference (or anonymous array) as hash's values.
my %hash = (key1 => [EMAIL PROTECTED], key2 =>. [EMAIL PROTECTED] ...); or, my %hash = (key1 => [a,b,c], key2 => [1,2,3] ...); 2007/8/27, Andreas Moroder <[EMAIL PROTECTED]>: > Hello, > > I have to store more then one value in a hash array. I tried to store a > array as value in the hash. But when I try to retriev it I don't get the > array I have stroed. > > Can anyone please help me. > > Thanks > Andreas > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > http://learn.perl.org/ > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/