#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); use HTML::Parser; print("Content-type: text/html\n\n"); print "hello.\n"; exit(0);