Help for this page
# a: if( $s =~ m[(lazy)] ){ $found=$1 } Compiling REx "(lazy)" ... a 2038631/s -- -50% -75% c 4089154/s 101% -- -49% b 8013601/s 293% 96% --
use strict; use Benchmark 'cmpthese'; ... cmpthese( -1, \%benchmarks);