bug fix. Now it tests correctly if either of the tests evaluate to false or not
[sgn.git] / cgi-bin / search / phenotype_search.pl
blob7fd191a9f5707f5c0fad63e82240fd34746d535a
1 use Modern::Perl;
2 use CGI ();
3 print CGI->new->redirect( -uri => '/stock/search' , -status => 301 );