in reply to Re: Re: Bottom-Up Data Mining with Perl
in thread Bottom-Up Data Mining with Perl

split, unpack, and regexes are all ways to parse a given line of data. Each is useful in different circumstances. For example: For every example I give on different parsing needs, there is a module on CPAN that does it better, faster, and safer. I personally would never hand-parse data in production. Heck, you can use CGI to parse HTML pages without even having an http server!

------
We are the carpenters and bricklayers of the Information Age.

Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.