Most of the people here will fall all over themselves in an attempt to help you, but not because you offer to pay them. What really incites cooperation on PerlMonks is a detailed problem description complete with sample input; expected output; and examples of code you have already tried - why those failed, or how you wish they could be made to perform better.

In your case:

1. What is the specific page you want to parse? Can you at least provide a mock-up with fake data?

2. When you say you want "article title", are you looking for what's between two HTML tags? Is there some other way of designating what constitutes a "blurb"?

3. What DB are you using? What format do you want the output to be in?

4. What have you tried so far? Which packages/modules are you looking at? If you can't show actual code, can you provide pseudo-code? (PerlMonks are "pathologically helpful," but they do like to see that you've made an effort to at least begin solving your problem by yourself.)

5. If you have a good start, but it doesn't do quite what you'd like, can you tell us how you'd like to see it improved?

HTH,

planetscape

In reply to Re^2: Need Help With Parser by planetscape
in thread Need Help With Parser by xmlschema

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.