Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    
    $match = $1;
    print $match."\n";
    
  2. or download this
    if ($condition) {
       $string =~ /(is a)/;
    ...
    }
    
    print $match."\n";