Help for this page
perl -e '$_="aaaa"; print "Match: $1\n" if /(?:(a)\1)/;'
perl -e '$_="aaaa"; print "Match: $1\n" if /((?:a)\1)/;'