use CGI; use strict; my $cgi = new CGI; use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html \n\n"; my $description = $cgi->param('param6'); print "Beschreibung:  ";