Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #filename: myMutator.pl
    ...
    {
            print "$thisMutate\n";
    }
    
  2. or download this
    chomp(my $line = <FILE>);
    my @numberMutation = split(//, $line);