in reply to Re^10: A case where Mechanize works, LWP doesn't
in thread A case where Mechanize works, LWP doesn't

To set the encoding of your HTML::Form object, look at the ->enctype method of HTML::Form.

Replies are listed 'Best First'.
Re^12: A case where Mechanize works, LWP doesn't
by dneedles (Sexton) on Feb 12, 2010 at 19:34 UTC
    Thanks!