- or download this
<INPUT TYPE="submit" NAME="value" VALUE="Run BLAST">
- or download this
my $response = $browser->post( $URL,
[ 'Algorithem' => 'blastx',
...
'QueryText' => $sequence,
]
);
- or download this
my $response = $browser->post( $URL,
[ 'Algorithem' => 'blastx',
...
'value' => 'Run BLAST',
]
);