Help for this page

Select Code to Download


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