in reply to Re: Stack table columns with hash of arrays
in thread Stack table columns with hash of arrays

Thanks a million! And thanks for the quick update fix, I was already trying to find the cause of the error that occurred by "keys @foos" instead of "keys %foos". I changed the print statement (to flip the columns) to
print("$foos{$_}\t$_\n")
Cheers, Robert