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