in reply to Re: Converting a Flat-File to a Hash
in thread Converting a Flat-File to a Hash
I'd say take that advice with a grain of salt... For things that are basically pretty simple -- easy to set up and easy to validate, like the OP's case -- it can be quicker and more reliable to roll your own. A module posted by someone else may have been written to do a slightly different task, and finding that out, and figuring out whether/how it can be shoe-horned into your particular task, might end up being more work with a less satisfying outcome.
But for the harder things that make you scratch your head and say "I'm not sure how to solve this", definitely go to CPAN and look for help. Even if there is no single module that does exactly what you need, you're likely to learn about how to break the problem down into manageable chunks, and/or find useful references, and so on.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Converting a Flat-File to a Hash
by GrandFather (Saint) on Aug 14, 2006 at 04:19 UTC | |
by BrowserUk (Patriarch) on Aug 14, 2006 at 04:46 UTC | |
by GrandFather (Saint) on Aug 14, 2006 at 05:13 UTC | |
by BrowserUk (Patriarch) on Aug 14, 2006 at 07:20 UTC |