#!/usr/local/bin/perl use Config; print "Content-type: text/plain\n\n"; print "Config=", $Config{extensions}, "\n"; print "Perl=", $], "\n"; exit;