Help for this page

Select Code to Download


  1. or download this
     
    if ( join '', sort split(//, $word) eq 
         join '', sort split(//, $to_be_matched ) ) {
    
  2. or download this
    if ( join('', sort split(//, $word)) eq join('', sort split(//, $to_be
    +_matched)) ) {