in reply to Re^3: Need to get the intersect of hashes
in thread Need to get the intersect of hashes
... but $exec outputs as ARRAY(0x1a1c4ec)ARRAY(0x2bb0d9c) instead of the values of each key. Could the problem be that I have more than one value in some of the keys?foreach my $intersect_file(@intersect_keys) { my $exec = $system_file_data{$intersect_file}; print $exec; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Need to get the intersect of hashes
by moritz (Cardinal) on May 15, 2008 at 08:37 UTC | |
by wade (Pilgrim) on May 15, 2008 at 16:18 UTC | |
|
Re^5: Need to get the intersect of hashes
by grizzley (Chaplain) on May 15, 2008 at 08:40 UTC | |
by jbush82 (Novice) on May 15, 2008 at 08:50 UTC | |
|
Re^5: Need to get the intersect of hashes
by ikegami (Patriarch) on May 15, 2008 at 15:11 UTC |