Re: Hash_Of_Arrays Question

2002-11-18 Thread shurst
> I am having a Hash_Of_Arrays data structure: > $hash1 = { > directory1 => [ files ], > directory2 => [ files ], > directory1_subdirectory1=> [ files] > }; >

RE: Hash_Of_Arrays Question

2002-11-18 Thread Peter Eisengrein
Title: Hash_Of_Arrays Question First, the hash assignment should be   %hash1  = {             directory1         => [ files ],             directory2         => [ files ],             directory1_subdirectory1=>

Hash_Of_Arrays Question

2002-11-18 Thread Arul, Rex
Title: Hash_Of_Arrays Question I am having a Hash_Of_Arrays data structure: $hash1  = {             directory1         => [ files ],             directory2         => [ files ],             directory1_subdirectory1=>