#!/usr/bin/perl $| = 1; print "Content-Type: text/html\n\n"; print "This is that start of the page\n\n
\n"; system(qq(echo "This is from a system()"; env)); print "