#!/usr/bin/perl use CGI qw (-debug); use CGI::Carp qw (fatalsToBrowser); print "Content-type: text/html\n\n"; print "Dump is:\n"; my $CGIValues = new CGI; $CGIValues->Dump();