Hi, =)
I'im a noobi in perl. I try to write a code wich connect me to a website through a proxy and uses some cookies file. Here is the code:
#!/usr/bin/perl -w
use LWP::UserAgent;
use HTTP::Cookies;
die "Example: perl $0 http://www.google.com/\n" unless @ARGV;
system("color f");
$browser =...
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.