#!/usr/bin/perl use CGI; my $cgi = CGI->new; my $value = $cgi->param('a'); print "Content-Type: text/plain\015\012\015\012a=$value\n";