#!/usr/local/bin/perl use CGI qw(:all); print header; print "in cgi2.cgi
"; $i = param('i'); print $i;