Help for this page

Select Code to Download


  1. or download this
    <label for="search_rpp">Results per page:</label> 
            <select id="search_rpp"> 
                <option value="10">10</option> 
    ...
                <option value="30">30</option> 
                <option value="40" selected>40</option> 
            </select>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $m->select('search_rpp', '40');
    $m->click();