in reply to Re^3: Print Uniqe elements of arry of hash
in thread Print Uniqe elements of arry of hash
As per sub. if you replace
&count_unique (@{$genes_number{$k}); with
&count_unique (@genes_number);
my code will work. But the simple question that I had to ask is that how can we print the unique elements of the most inner array of an array of array. Probably that makes life easier for you to be able to respond. Just a simple example will help me a lot.
Thank you very much.
Pedro
|
|---|