$request = HTTP::Request->new(GET => 'http://www.example.com/'); #### my $request = new HTTP::Request('GET', $variable_here);