use strict; use warnings; use CGI; my $cgi = CGI->new; my $opt = $cgi->param('action'); print $cgi->header; print $opt; print "wtf"; ####