Help for this page

Select Code to Download


  1. or download this
    $br->post('http://sipp.pu.go.id/sipp2005/form_A3.php',
             ['ses_id' => 'sid',
    ...
    
    my $resp = $br->content();
    
  2. or download this
    $form  = $br->form_name('sipp');
    my $input = $form->find_input('proyektemp');
    my @pt_values = $input->possible_values;
    my @pt_names =  $input->value_names;