perl -V #### #!/usr/bin/perl -wT use strict; use Config(myconfig); print "Content-Type: text/plain\r\n\r\n"; print myconfig();