Help for this page

Select Code to Download


  1. or download this
    /(?i)abc/
  2. or download this
    @stuff = ('This is Some text.','This is More text.');
    $stext = '/some/i';
    
    ...
    foreach (grep /$mod$text/, @stuff) {
      print $_, "\n";
    }