Help for this page

Select Code to Download


  1. or download this
    #        1         2         3       
    #234567890123456789012345678901234567
    $"='';grep{/^(([@_])(?!.*\2))+$/}<D>;
    
  2. or download this
    #234567890123456789012345678901234567
    $"='';grep/^(([@_])(?!.*\2))+$/,<D>;
    
  3. or download this
    #        1         2         3         4         5         6         7
    +         8
    #234567890123456789012345678901234567890123456789012345678901234567890
    +12345678901
    $"='';$n{$_}++for@_;grep/^((??{"([@_])"})(??{"(?!([^$1 ]*$1){$n{$1},})
    +"}))+$/,<D>
    
  4. or download this
    $"='';$n{$_}++for@_;grep/^(([@_])(??{"(?!([^$1 ]*$1){$n{$1},})"}))+$/,
    +<D>