I'm the author of HTML::TreeBuilderX::ASP_NET. It was brought to my attention that mst was trash talking me and my module in a channel I'm banned from (because he won't let an op unban me). Logs are as follows:
06:59 <go|dfish> you're being badmouthed in #Perl
06:59 <go|dfish> lol
07:00 <go|dfish> 12:58           mst │ Phurl: yeah, do note that the author of that module is banned from, well, everywhere
07:00 <go|dfish> 12:58           mst │ Phurl: the guy who wrote ::ASP_NET
07:00 <go|dfish> 12:58         Phurl │ what module? the asp one?
07:00 <go|dfish> 12:58         Phurl │ it sux
07:00 <go|dfish> 12:58           mst │ right
07:00 <go|dfish> 12:59           mst │ he's a known troll
07:00 <go|dfish> 12:59         Phurl │ god
07:00 <go|dfish> 12:59         Phurl │ even the synopsis is bad
07:00 <go|dfish> >_<
07:04 <go|dfish> oh man, harsh.
07:04 <go|dfish> 13:00           mst │ please don't think anything produced by that fucktarded sack of shit is "normal" Moose code :) 
Anyway, this module uses HTTP::Request::Form which uses HTML::TreeBuilder which currently has a bug in it. Otherwise, this would be a /very/ simple process.
A test case in the works is at http://gist.github.com/188669, essentially HTML::TreeBuilder doesn't associate the __EVENT* with the form so I can't generate a proper request without that data.


Evan Carroll
The most respected person in the whole perl community.
www.EvanCarroll.com

In reply to Re: scraping ASP page, __VIEWSTATE problem by EvanCarroll
in thread scraping ASP page, __VIEWSTATE problem 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.