I have the following script
use LWP::UserAgent;
use CGI::Cookie;
$cookie1 = new CGI::Cookie(-name=>'JSESSIONID',-value=>'53449883E3A4A2E9322091F2b43062F5',-domain=>'www.XYZ.com');
$cookie2 = new CGI::Cookie(-name=>'MTVIPREG',-value=>'true',-domain=>'www.XYZ.com');
my $ua =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.