in reply to Pulling out data from one file thats not in another
use Data::Dumper; print Dumper($hComData);
Your sort looks very strange:
my ($chn, $ex) = sort ($hEntry->{chain}, $hEntry->{exists});
If you don't need a Hash-of-Hashes, just use a simple hash.
|
|---|