$name = 'john'; my $req = HTTP::Request->new(GET => 'https://www.google.com/?name=$name'); $req->content_type('application/json');