in reply to Re^4: Need to get the intersect of hashes
in thread Need to get the intersect of hashes
Check the other hash, it should be accessible in similar way, too.$array_ref = $system_file_data{$intersect_file}; @array = @$array_ref; print @array; # or print $array[0];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Need to get the intersect of hashes
by jbush82 (Novice) on May 15, 2008 at 08:50 UTC |