Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
          p('You submitted ', param('new_primer_type'))
       ;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    $mech->click('submit');
    die "Couldn't click submit\n" unless $mech->success;