Help for this page
$ perl -Mre=debug -e " $f = qr/./; warn if m/$f/" Compiling REx "." Final program: ... minlen 1 Freeing REx: "."
$ perl -Mre=debug -e " $f = qr/./; $g = qr/./; $c=qr/$f$g/; " Compiling REx "." ... Freeing REx: "." Freeing REx: "(?-xism:.)(?-xism:.)"