#!/usr/bin/perl -w =pod This is a test of pod Hope it works =cut use strict; print "This is a test\n"; print "Hello World!\n\n";