#! /usr/bin/perl -w use strict; print "Content-Type: text/plain\n\n"; printf("perl executable %s\n",$^X); printf("perl version %vd\n",$^V);