#!/usr/bin/perl
use CGI ':standard';
print header, 
      start_html("first one "),
      "Nothing to it!",
      end_html;
