in reply to Load table with row/column names
But your question is too vague, I can't really offer actual code not knowing what you really want to store in your data structure.my %hash; # ... populate the hash and then possibly something like this: my $value = $hash{chr1}{1092482}{REF};
Edit: Not only was choroba (++) faster than me to type an answer, but he did make some hypotheses on the data you need to offer a complete solution.
|
|---|