in reply to Re^3: CSV regex with hash/array program plan
in thread CSV regex with hash/array program plan

Something like this works for hashes: see $; in perlvar. There's a more complete discussion of this old trick somewhere, but I can't locate it right now — anyone know where it is?
It's in perldata... 'Multi-dimensional array emulation'.
  • Comment on Re^4: CSV regex with hash/array program plan