Help for this page

Select Code to Download


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