#!/usr/bin/perl print "Content-type: text/html\n\n"; my $command = `perl -v`; print "$command\n";