#!/usr/bin/perl -w use strict; use CGI; print CGI::header(-charset=>'utf-8'); print 'äöü';