How can I use Perl to send and HTTP request with a cookie?
- by dexter
I am new to Perl and I want to write a Perl program that:
creates an HTTP request
sends it to any URL (e.g. http://www.google.com )
includes a cookie in the request
logs the http response codes in a file
(I am using Putty to connect with finesse server)