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