Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI qw(:standard);
    ...
              -labels=>{1=>'Ali',2=>'Baba'},
            );
    print $html;
    
  2. or download this
    <SELECT NAME="col_id">
    <OPTION  VALUE="1">Ali
    <OPTION SELECTED VALUE="2">Baba
    </SELECT>