#!/usr/bin/perl print "Content-Type: text/plain Hello world! This is the output of hello.pl! "; exit(0);