http://www.perlmonks.org?node_id=1051067


in reply to Re: perl writing urf8/utf16 output to cmd screen and html page
in thread perl writing urf8/utf16 output to cmd screen and html page

for html i used this
print $cgi->start_html({-head=>meta({-http_equiv => 'Content-Type', -content => 'text/html', -charset=>'utf-8'}), -title=>'Test'});
currently going through links provided in first reply