Help for this page

Select Code to Download


  1. or download this
    my ($content) = m/($string[a-z]*)/;
    
  2. or download this
    if (/$string/)
                             {     
                                m/($string[a-z]*)/;
    ...
                                print "found string -$string- in line $num
    +\n";
                                print "<br>";
                             }