#!"C:\xampp\perl\bin\perl.exe" use CGI; $q = CGI->new; print $q->header, $q->start_html('Helló Világ'), $q->h1('Helló Világ'), $q->end_html;