in reply to Re^2: Perl LWP and POST
in thread Perl LWP and POST

Have you tried adding submitcall => "Make it Ring!", as atcroft suggested?

If that doesn't work either, I'd submit the form from a browser, while logging the headers that are being exchanged — using Firefox's LiveHTTP Headers add-on, or some such, in order to see if there's something else (session cookie?) that you need to mimic...

Replies are listed 'Best First'.
Re^4: Perl LWP and POST
by ProgramIT (Novice) on May 31, 2009 at 18:14 UTC
    atcroft's suggestion worked. Thanks so much to both of you for helping me better understand how to POST data to a form.