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

When you're reading in the file, skip non-tabular (such as blank) lines.


Dave

  • Comment on Re^3: Stack table columns with hash of arrays

Replies are listed 'Best First'.
Re^4: Stack table columns with hash of arrays
by Anonymous Monk on Jun 01, 2011 at 11:52 UTC
    Thank you Dave, it works now!