Help for this page

Select Code to Download


  1. or download this
    $mech->submit_form(
        form_number => 2,
    ...
            course => $prefix,
            },
        );
    
  2. or download this
    use WWW::Mechanize;
    use HTML::TokeParser;
    ...
    $mech->click_button( name => 'submit' );
    
    print $mech->content();