#!/usr/bin/perl # Trivial program to demo the concept # of execution and source code display # from the same file. Easy to maintain! # Effective teaching vehicle! print "Content-Type: text/html\n\n

Hello world!

";