my $seq; ... if (defined($ENV{GATEWAY_INTERFACE})) { # We were called via CGI. my $cgi = new CGI; $seq = $cgi->param('Sequence_input'); ... } else { GetOptions( "sequence=s" => \$seq, ... ); }
In reply to Re^2: Passing and recieving params
by ikegami
in thread Passing and recieving params
by MonkPaul
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |