Help for this page

Select Code to Download


  1. or download this
    my @names = $cgi->param("hisname"); #  Use an ARRAY here
    
     foreach (@names){ ....} # ---- and HERE.
    
  2. or download this
     $cgi->append(-name=>'foo',-values=>['yet','more','values']);