#!/usr/bin/perl use CGI ('param'); $a = param("autocomplete"); print "Content-Type: text/html\n\n"; print "Mein parameter hat wert $a\n";