#!/usr/bin/perl use strict; use warnings; print "Content-type: text/plain\n\n"; print "Perl-Version: ", $^V;