Help for this page

Select Code to Download


  1. or download this
            # using regex
            'm//' => sub {
    ...
            'm//s' => sub {
                my ( $first ) = $str =~ m/(.*?),/s;
            },
    
  2. or download this
                      Rate        m//       m//s  split_unl  split_lim spl
    +it_lim_sca
    m//           486790/s         --        -3%       -17%       -17%    
    +      -17%
    ...
    split_unl     585631/s        20%        17%         --        -0%    
    +       -0%
    split_lim     587555/s        21%        18%         0%         --    
    +       -0%
    split_lim_sca 587951/s        21%        18%         0%         0%    
    +        --