P
PB0711
First I apologise forr being so slow that I cannot understand this
simple module.
Here is the problem I have two Hash of Arrays (HoA's). I want to find
the difference between the arrays by useing Array:
iff. Array:
iff
askes for references to an array. Since I have
for $pro (keys $HoA_pro){
my $con = Array:
iff->diff($HoA_pro{$pro}, $HoA_gene{$gene});
print "$pro, $con->added\n";
}
It doesn't feel like I should be able to do that print but that's what
I'm getting from the README. When I print I'm getting a reference. Do I
need to unref it or ref it ......
simple module.
Here is the problem I have two Hash of Arrays (HoA's). I want to find
the difference between the arrays by useing Array:
askes for references to an array. Since I have
for $pro (keys $HoA_pro){
my $con = Array:
print "$pro, $con->added\n";
}
It doesn't feel like I should be able to do that print but that's what
I'm getting from the README. When I print I'm getting a reference. Do I
need to unref it or ref it ......