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

I would encourage you to now write the program that will take the OP's data in the form he has it and then convert it to the form that your "solution" requires it to be in to work.

And then see how much time you saved using a module that solved a different problem.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^3: Hash creation problem
by kevbot (Vicar) on Feb 19, 2014 at 16:28 UTC
    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.
      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.