Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9a8dd268eda1b24202127d346e5c3fb8 > files > 65

ocaml-re-devel-1.2.1-3.mga4.x86_64.rpm

$s = 'a' x (1024 * 1024 - 1) . 'b';
for ($i = 1; $i < 100; $i++) {
print "$&\n" if $s =~ /aa?b/ ;
}