Help for this page

Select Code to Download


  1. or download this
    my $mech = WWW::Mechanize->new();
    $mech->get('.');  # to make it internall create request/response objec
    +ts
    $mech->update_html($html);
    # then use normally