#!/usr/bin/perl $command='perl -v'; $title = "Perl Version"; print "Content-type: text/html\n\n"; print "
"; print (exec $command); ## END HTML CONTENT print "\n\n";