#!/usr/bin/perl -w
use CGI;

my $q = new CGI;
print "Content-type: text/html\n\n";

print "<h1>Normal: ",$q->param('namn'),"</h1>\n";
