Help for this page

Select Code to Download


  1. or download this
    perl -MHTTP::Request -e "$r=HTTP::Request->new(GET => 'http://perlmonk
    +s.org');$r->protocol('HTTP/1.1');print $r->as_string"
    GET http://perlmonks.org HTTP/1.1