All of those represent a good cross-section of challenges that always seem to make me think "this is a *really* hard challenge!"

One other that, at least for me, is inevitably "hard" is when I'm presented with complicated data content in a file(s) that just won't yield to straightforward information extraction. They usually have a distinct lack of tags or many different "keywords" for specific items; they usually have lots of numbers intermixed with lots of miscellaneious text.

Of course, this is where Perl shines...it is, afterall, a superb data extraction language. But inevitably, I have large mixtures of parsing, string manipulations, and regexs that seem to be convoluted and difficult to keep straight. I suspect a lot of the challenge comes from being insufficiently adept and experienced with Perl and it's multitude of capabilities.

But whatever the cause, information extraction from complicated source data structures always seems to be nightmarish for me.

ack Albuquerque, NM

In reply to Re: Hard Problems by ack
in thread Hard Problems by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.