Help for this page
#!/usr/bin/perl -w use CGI qw(:standard); ... print end_html;
#!/usr/bin/perl -w use strict; ... print "This is number ".$input; }