#### #!/usr/local/bin/perl use strict; use CGI qw/ :standard /; print "Content-type: text/html\n\n"; print "\n"; print Dump; print "\n"; ####