use strict; use CGI qw(header param); print header; print "The variable is: ", param('variable_name'), "\n";