#!/usr/bin/perl
use CGI qw(:standard :cgi-lib);

print header;
print "<html>hello world.</html>";