in reply to performing a POST on HTTPS using LWP module

I found a fairly good walk-through on this page.

  • Comment on Re: performing a POST on HTTPS using LWP module

Replies are listed 'Best First'.
Re^2: performing a POST on HTTPS using LWP module
by kbarker (Initiate) on Jun 03, 2010 at 18:24 UTC

    Thanks - I looked at that site already. My main obstacle is that the submit button does not have a name associated with it, so I am unsure how to submait a pair (key/value). Also - the two name fields for the username and password have the same name. I am presuming that I can give the key value the same and respond in the order they appear on the page.