Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

"Unexpected field value" error with WWW::Mechanize

by bobf (Monsignor)
on Mar 17, 2005 at 08:07 UTC ( [id://440293]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $mech_obj->submit();
    
    print "content:\n", $mech_obj->content();
    
  2. or download this
    all forms:
    $VAR1 = [
    ...
                     'action' => bless( do{\(my $o = 'http://search.cpan.o
    +rg/search')}, 'URI::http' )
                   }, 'HTML::Form' );
    Unexpected field value http://search.cpan.org at (eval 5) line 1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-23 19:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found