Help for this page

Select Code to Download


  1. or download this
     $cgi->append("hisname", "alex");
     $cgi->append("hisname", "alex2");
    ...
     }
    
  2. or download this
     $cgi->append("hisname" => "alex",
                  "description" => "quite bold");
     $cgi->append("hisname", "alex2",
                  "description" => "healthy");