Help for this page

Select Code to Download


  1. or download this
    @names = ($INPUT{'name1'},$INPUT{'name2'},$INPUT{'name3'},
              $INPUT{'name4'},$INPUT{'name5'});
    
  2. or download this
    if ($INPUT{'name1'} eq $INPUT{'name2'}) { 
    $error = 'duplicate vote'; 
    &error; 
    }