Re: Form parsing issue?
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <c4bf0b58-b47f-4e5f-b098-9b6a9a7ccfee@e39g2000hsf.googlegroups.com> |
I've just created a module that will help you with the task of
automating ASP.NET sites. Please check out HTML::TreeBuilderX::ASP_NET
and HTML::TreeBuilderX::ASP_NET::Roles::htmlElement and give some feed
back.
HTML::TreeBuilderX::ASP_NET->new_with_traits( traits =>
['htmlElement'] );
## returns a HTTP::Request for the form
$root->look_down( '_tag' => 'a' )->httpRequest( $hashRef );
Evan Carroll