repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bug fix. Now it tests correctly if either of the tests evaluate to false or not
[sgn.git]
/
cgi-bin
/
search
/
phenotype_search.pl
blob
7fd191a9f5707f5c0fad63e82240fd34746d535a
1
use
Modern
::
Perl
;
2
use
CGI
();
3
print
CGI
->
new
->
redirect
( -
uri
=>
'/stock/search'
, -
status
=>
301
);
4