Help for this page
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