in reply to Problem Submitting HTML Form with User ID/Password

I'd recommend using WWW::Mechanize for this type of task.

BTW, when you post code to PM, please put it between <code></code> tags. See the PM site FAQ, especially Writeup Formatting Tips.

the lowliest monk

Replies are listed 'Best First'.
Re^2: Problem Submitting HTML Form with User ID/Password
by NYPoke (Initiate) on Apr 18, 2005 at 15:00 UTC
    Sorry about the Code Tag, missed that part. I will look at the Mechanize Module. Looks like what I need. Thank You