Help for this page
use strict; use warnings; ... { print "string: " . $1 . "!\n"; }
string: test1 zzzzzzzzzzzzzzz test2! string: test5 zzzzzzzzzzzzzzz test6! string: test7 zzzzzzzzzzzzzzz test8!