Help for this page

Select Code to Download


  1. or download this
                Rate substr_it unpack_it
    substr_it 2341/s        --      -47%
    unpack_it 4384/s       87%        --
    Results tally
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    Results tally
    
    C:\test>
    
  3. or download this
    sub substr_it{
        ( substr( $_[0], 413,  30),
    ...
        , substr( $_[0], 236,   4),
        );
    }
    
  4. or download this
    
                Rate substr_it unpack_it
    substr_it 3836/s        --      -14%
    unpack_it 4460/s       16%        --
    Results tally
    
  5. or download this
    use constant FORMAT =>
    '@413A30 @373A30 @343A30 @245A15 @679A30 @10A10 @900A100 @500A2 
    ...
    substr_it 3821/s        --      -16%
    unpack_it 4575/s       20%        --
    Results tally