$request = HTTP::Request->new(GET => 'http://www.example.com/'); [download]
my $request = new HTTP::Request('GET', $variable_here); [download]
In reply to 400 error by futureman