Help for this page

Select Code to Download


  1. or download this
    <input type="text" name="custtype" value="whatever'>
    
  2. or download this
    my $q = CGI->new();
    my $cust = $q->param('custtype');