in reply to Re^2: How to get a URL and pass values to a form and submit with perl
in thread How to get a URL and pass values to a form and submit with perl

Try changing the my @data line to:
my @data = ( 'butt1', 'Resubmit submissions', 'Max Age', '30', 'Submis +sions', '9967569:4524703');
WWW::Mechanize just makes it a little easier.