**thread bump**

App::scrape is more limited - it just uses CSS selectors to build up a Perl data structure from an HTML page.

It uses css and xpath, but yes, it is slightly simpler

Can App::scrape handle YAML seamlessly?

No, but I'm sure it could , in about five lines :) Tree::XPathEngine, its on CPAN :)

Or for that matter JSON, RDF, arbitrary XML, etc?

It does support RDF.

And how about POST requests?

Sure, its right there in the SYNOPSIS  use LWP::Simple qw(get);, you an just as easily write  use LWP::Simple qw( $ua ); and use  $ua->POST(...)

I recognize that it does a lot more, and a large number of the prereqs are your modules -- that is a lot of work -- but why?

Web::Magic won't help me "fake" a proper ua_string like WWW::Mechanize , and it has all those exceptions, but no cookie jar?

Magic? Dwimmery? Awesomness? -- yes, I like kung-fu panda too :)

HTML::Query, Web::Query, Web::Scraper, Web::Magic ... a lot of the same kind of work, which horse to choose?

Sell me a horse?

I'm sure you have philosophy, reasons for doing things your way, a big and little picture.... I'd love to know what it is :) I just don't have a grasp of the thing.

Maybe its because i'm not a "24" fan ? What can I say, Kiefer Sutherland grates me worse than David Caruso :)

Can you enlighten me?


In reply to Re^3: Web::Magic 0.005 by Anonymous Monk
in thread Web::Magic 0.005 by tobyink

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.