in reply to Content Header automatically added

You can control CGI::Application headers with methods header_type() and header_props():
$app->header_type('header'); $app->header_props( -type=>'text/html', -charset=>'EUC-JP' );

Read the docs at CGI::Application and CGI... it's all there!