Help for this page
print "<input type=text name =custtype value=kljlkjklj>";<BR><BR>
$input = new CGI;<BR> $input->import_names('R');<BR> print "$R::custtype" ; ##prints out "kljlkjklj" successfully.