Front page | perl.libwww |
Postings from August 2008
Re: Form parsing issue?
Thread Previous
|
Thread Next
From:
theevancarroll
Date:
August 22, 2008 14:14
Subject:
Re: Form parsing issue?
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
Thread Previous
|
Thread Next