Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: WWW::Mechanize and text input outside form

by Kanji (Parson)
on Jan 05, 2005 at 22:16 UTC ( [id://419747]=note: print w/replies, xml ) Need Help??


in reply to Re: WWW::Mechanize and text input outside form
in thread WWW::Mechanize and text input outside form

Although you could rewrite the HTML so that the input field was inside the form tags...

# untested; salt to taste my $html = $mech->content; $html =~ s/(<input[^>]+>)(.*?<form[^>]*>)/$2$1/; $mech->update_html($html);

    --k.


Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://419747]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-28 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found