Link to home
Start Free TrialLog in
Avatar of db2trade
db2trade

asked on

Perl CGI, posting form data

Hi,

Anyone know how to send a form data (POST method) using perl?

I have process.php page that will accept this 2 variables :

   - username
   - password

And I need to create a perl cgi script to access the process.php with "predefined" username and password.

Right now, I use "login.html" using html form (POST method) to access that process.php

Thanks.  
ASKER CERTIFIED SOLUTION
Avatar of Tintin
Tintin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial