Help for this page
... unless ( exists $abc{$parent}{$child} ) ... $abc{$parent}{$child}=\%c; } ...
# shared hash version. my %abc : shared ; ... $abc{ $parent }{ $child } = 1; } }