in reply to Re: How to extract a row or column of two-dimensional hash
in thread How to extract a row or column of two-dimensional hash
Thank you for the quick response. I know that I can use a foreach loop, and that's how I've been doing it so far.
But, for future reference, if I want to refer to a row of a hash in grep, how would I do it? Or alternatively, what would be the syntax for assigning the row of the two dimensional hash to a new variable (itself a one dimensional hash).