Perl Home Search CGI

3.1 Post to Newsgroup


14.02.2006

3 Etc [  up  ] - [ top ] 3.2 HTTP Header

Examples:

  $req = HTTP::Request->new(GET => 'news:abc1234@a.sn.no');

  $req = HTTP::Request->new(POST => 'news:comp.lang.perl.test');
  $req->header(Subject => 'This is a test',
               From    => 'me@some.where.org');

  $req->content(<<EOT);

  This is the content of the message that we are sending to
  the world.
  EOT

copyright by reto - created with mytexi