#!/usr/bin/perl use CGI qw/:all/; charset('utf-8'); print header; print $_,': ',param($_),br for (param);