Help for this page
use warnings; use strict; ... Result: PASS OK Successfully tested Mock-Sub-1.10
my $re = Re::re(); my @results = $str =~ /$re/g;
my @results = $str =~ /Re::re()/g;