in reply to Mechanize hidden fields
foreach my $form ($mech->forms()) { map { $_->readonly(0) } $form->inputs(); } [download]