or download this
my $req = POST 'https://adwords.google.com/select/main',
['login.userid' => 'test@test.com',
...
my $req = HTTP::Request->new(GET=>'https://adwords.google.com/select/m
+ain?cmd=CampaignManagement&campaignid=0&timeperiod=simple&timeperiod.
+simpletimeperiod=today');
$req->referer("https://adwords.google.com/select/main");