Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        regex => sub { regex_pos($s) },
        tr    => sub { tr_pos($s)    },
    });
    
  2. or download this
              Rate regex    tr
    regex 316530/s    --  -67%
    tr    954355/s  202%    --
    
  3. or download this
              Rate regex    tr
    regex 896519/s    --   -6%
    tr    954359/s    6%    --