Help for this page

Select Code to Download


  1. or download this
    # URL for primer3
    my $url = 'http://frodo.wi.mit.edu/cgi-bin/primer3/primer3_www.cgi';
    
    ...
    
    print "\n\n******* AND Response *********\n\n";
    print $resp->content();
    
  2. or download this
    Did not see the 'Pick Primers' query parameter at /usr/local/apache2/c
    +gi-bin/primer3/primer3_www_results.cgi line 117
            main::main() called at /usr/local/apache2/cgi-bin/primer3/prim
    +er3_www_results.cgi line 105
    
  3. or download this
      if ($query->param('Pick Primers')) {
          process_input($query);
      } else {
          confess "Did not see the 'Pick Primers' query parameter"
      }