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


in reply to local and global variable problem

Howdy PublicAccess

Why are you looping on the same @aminos array? This is a little bizzarre.

For troubleshooting purposes, before you get into your outer for loop, could you do something like:

use Data::Dumper; print Dumper(\@aminos);

... and then show us what the output is? I suspect you'll need to change the way you're accessing the @aminos array...


*My* tenacity goes to eleven...