Help for this page
foo( qr/ba[rz]|quux/ ); foo( 'ba[rz]|quux' ); ... # was built with qr. return grep /$regex/ => @foo; }