#!/usr/bin/perl -wT # some processing of calculations here print "Content-type: text/plain\n\n"; # set content type to plain text print "Result 1 = $result1\n"; print "Result 2 = $result2\n";