hi...

i'm seeing reference to being able to add the PUT method when using LWP, but
i've not seen any clear example as to how to accomplish this.

i have the following psuedo code...

usual use::stuff..

my $re = www::mechanize->new()

re->get($foo_url);

$re->form_number(1);

$re->field("1","2")

$re->submit()

at this point, mechanize.pm complains of the PUT method. this is due to the
fact that the form uses PUT as the action. I assume there's a way to either
overide/add the PUT to allow mechanize to continue...

what i'd really like to do is to be able to allow mechanize to accept PUT as
a valid action within a form, without dying...

any thoughts/comments/criticisms as to how to accomplish this..

thanks

-bruce


Reply via email to