in reply to hash of hashes of lists!!!
I am using arrays and not lists. Sorry for not making it clear. I am updating my code from a previous version so i am sure that the array works fine.foreach $key (sort keys %$hashOfFiles) { #LINE 176 foreach my $file (sort keys %$key) { my ($mode2, $user2, $group2, $size2, $mtime2, $filename, $f +ilepath) = @{$hashOfFiles->{$key}->{$file}}; print "$file - $filename, $filepath, $mode2 $user2, $group2, $ +size2, $mtime2<br>"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: hash of hashes of lists!!!
by Juerd (Abbot) on Apr 05, 2002 at 15:15 UTC |