Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( {
                     'id' => 'cmbDivision',
    ...
                     'onchange' => '__doPostBack(\'cmbDivision\',\'\')',
                     'type' => 'option'
    
  2. or download this
    my $status_form = HTML::Form->parse($response);
    $proj{'status_division'}=$status_form->value('cmbDivision');
    print"$proj{'status_division'}