Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'use strict;
    > use warnings;
    ...
    > }
    > '
    AAAAA AAAAT AAAAC AAAAG AAATA (... many string omitted for brevity ...
    +) GGGGA GGGGT GGGGC GGGGG
    
  2. or download this
    use strict;
    use warnings;
    ...
        }
        add_to_strings ($len - 1, @temp);
    }