Help for this page

Select Code to Download


  1. or download this
    print(
     (length(join('',map { $mystring =~ /$_/ ? '' : 'X' } @a)) 
     ?   'not ' 
     :   ''),
     "all letters occur\n");
    
  2. or download this
    index($mystring,$_) < 0 ? 'X' : ''