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
added trial test
[sgn.git]
/
cgi-bin
/
help
/
qtl_cvterm_search_help.pl
blob
a9f01a967cb937e033ddf0609eb2c9e64392763e
1
2
#!/usr/bin/perl -w
3
4
=head1 DESCRIPTION
5
redirects old links out there on the web..
6
=cut
7
use
strict
;
8
use
CGI
;
9
10
my
$cgi
=
CGI
->
new
();
11
print
$cgi
->
redirect
(-
uri
=>
"qtl_search_help.pl"
, -
status
=>
301
);