# get_scope.pl use strict; use Data::Dumper; use Carp; use WWW::Mechanize; my $address = 'http://genie.dartmouth.edu/scope'; my $file = "ROX1.fasta"; my $email = 'myemail@gmail.com'; my $id = "ROX1 - Scope"; my $species = "S. cerevisiae"; my $mech = WWW::Mechanize->new(); $mech->get($address); $mech->select( 'species', $species); # this doesn't work. $mech->set_fields( #'species' => $species, # this also won't work # But the rest of these fields are recognized 'groupFile' => $file, 'emailAddress' => $email, 'emailSubject' => $id ); $mech->submit; my $result = $mech->content(); print "$result\n"; #### Input "species" not found at get_scope.pl line 22 ####

Welcome to SCOPE (Suite for Computational identification Of Promoter Elements), an ensemble of programs aimed at identifying novel cis-regulatory elements from groups of upstream sequences.
Species: Upstream sequence: IntergenicFixed   Help
Enter gene list or FASTA DNA sequences: Help

- OR -

Upload file with that info:
If you would like the results (also) returned to you by email, please fill in the fields below.
Email address:
Email subject: