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