Help for this page

Select Code to Download


  1. or download this
    foreach (@string) {
     return 1 if index($s,$_);
    }
    return 0;
    
  2. or download this
     return $s=~/$match1/io;