Help for this page
$test =~ /^foo /; $test =~ / bar$/;
@compare = "/^foo /", "/ bar$/"; $i=0 ... print $test; $i++ }