use CGI; use CGI::Carp qw(fatalsToBrowser); $query = new CGI; print $query->header; prnt "hello";