The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HTML::TreeBuilderX::ASP_NET::Roles::htmlElement -- An easy hack for HTML::Element

DESCRPITION

A simple 15 line module with a nicer more transparent API.

SYNOPSIS

        HTML::TreeBuilderX::ASP_NET->new_with_traits( traits => ['htmlElement'] );

        ## returns a HTTP::Request for the form
        $root->look_down( '_tag' => 'a' )->httpRequest;

SEE ALSO

FOR ALL DOCS

HTML::TreeBuilderX::ASP_NET