in reply to Re^2: Hash creation problem
in thread Hash creation problem

I just wanted to show an alternative. I think the solution you posted is the most useful for the specific question at hand. Perhaps the OP has some control over the format of the input data. What if they had the means to quickly obtain the input data in delimited format (e.g. a command line switch)? Then maybe using Text::xSV::Slurp makes sense. Also, the module has additional features that may prove useful for the OP in the future.

Replies are listed 'Best First'.
Re^4: Hash creation problem
by agentorange (Sexton) on Feb 20, 2014 at 11:11 UTC
    Thanks it's an interesting sidebar but in this instance I have no control over the data. The data is returned in this fixed format by a core operating system command.