Help for this page

Select Code to Download


  1. or download this
    use Benchmark qw(timethese);
    
    ...
             index => sub { my $i =  index( $s, "cde" ) },
        }
    );