use CGI qw(:standard); #### print header(-type=>'image/png'); # this works with qw(:standard) #### print $query->header(-type=>'image/png'); # We don't need the OO version