Help for this page
sub foo { $mystring } while (foo =~ m/blah../g) {
$/=undef; for (<> =~ /\((.*?)\)/g) { print $1, "\n" }