1#!/usr/bin/perl -w
2use strict;
3
4print "Content-type: text/plain\n\n";
5print "Hello World\n";
6
7# a perl program that doesn't have a .pl or .plx extension - to test shebang line parsing