http://qs321.pair.com?node_id=1149483


in reply to Trying to use substring to find a reverse complement in DNA,

The condition on your for loop is the wrong way round, you need to use less than not greater than, here:-

$i>$length-1;

If you want to know how to fix these things for yourself try the basic debugging checklist