#!/perl/bin/perl -wT #test.cgi BEGIN { $|=1; print "Content-type: text/html\n\n"; use CGI::Carp('fatalsToBrowser'); print "$!"; } print "