in reply to Click button not working in WWW::Mechanize

my $response = $mech->click_button( name => "action", value => "Retrieve sequence" ); die "click_button should have worked: ", $response->status_line;

Replies are listed 'Best First'.
Re^2: Click button not working in WWW::Mechanize
by monkfan (Curate) on Sep 21, 2006 at 08:59 UTC
    Hi,
    Thanks for the reply. After I tried your snippet above.
    It shows this:
    click_button should have worked: 200 OK at test.pl line 25.
    And it still doesn't print the desired output as shown above? Any reason? Hope to hear from you again.

    Regards,
    Edward