Help for this page

Select Code to Download


  1. or download this
    $request = HTTP::Request->new(GET => 'http://www.example.com/');
    
  2. or download this
    my $request = new HTTP::Request('GET', $variable_here);