in reply to Perl WWW::Mechanize Form Submit Problem

An alternative to your Debug file would be

use LWP::Debug '+';

Also you might use a network sniffer (like tcpdump or wireshark) to compare the message exchange of your script with that of a normal web browser

Replies are listed 'Best First'.
Re^2: Perl WWW::Mechanize Form Submit Problem
by Anonymous Monk on Feb 06, 2009 at 10:44 UTC
    that feature doesn't work anymore