Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
       print "$_\n" if !(tr/ABC//c);
    }
    # Prints: ABCAAAABBBCCCCCAAABBBCCC
    
  2. or download this
    my $standard='ABCAAAABBBCCCCCAAABBBCCC';
    
    ...
    #A98797BqrtoiquyrtoCafdgagfd
    #change to "not" of these: (!/[^$unique_letters]/);
    #to get: ABCAAAABBBCCCCCAAABBBCCC