Help for this page

Select Code to Download


  1. or download this
    sub canonize { return join '', sort split //, lc $_[0]; }
    
    ...
    } else {
       print("No matches found.\n");
    }
    
  2. or download this
    sub canonize { return join '', sort split //, lc $_[0]; }
    
    ...
    if (!$found) {
       print("No matches found.\n");
    }