Help for this page
#!/usr/bin/perl use strict; ... print "DEBUG: score was $score\n"; return $score; }
1037% perl genetic.pl ARRAY ... Use of uninitialized value in array element at genetic.pl line 27. DEBUG: score was 14 etc...