use HTTP::Request; $r = HTTP::Request->new('GET','http://staging-foo.bar.com/server/Api.asmx/FooReactivateAccount?UserId=blah'); print $r->as_string