Hi people
I'm trying to create a hash of arrays of arrays and I'm having a mind twisting time with references.
my $key = "some_varying_text" my %pathhash; my @link = ($LinkUrl, $LinkTitle);
I'm trying to set $pathhash{$key} to an array that contains the array @link.
ie there will be multiple @link arrays in $pathhash{$key}.
I just can't work out how to assign an array ref to an array ref to a hash element. I think that's right.
Any clues anyone... please, 4 hours down and a lot of RTFM'ing hasn't helped (quite the opposite actually;)
Angie
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>