Help for this page

Select Code to Download


  1. or download this
    use v5.12;
    use warnings;
    ...
        say "$_"
            if $_ !~ / ([$chars]) .* \1 /x
    }
    
  2. or download this
    abc
    abb              # NB: b wasn't in chars
    abcd