Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl 
    use v5.36;
    ...
        my $range_aref = $c_ref->( $aref, $start, $stop );
        return join '', @$range_aref;
    }
    
  2. or download this
                  Rate use_splice  use_slice
    use_splice 33810/s         --       -39%
    ...
    ok 58 - Testing: [7:-5] expecting ()
    ok 59 - Testing: [3:4] expecting (d)
    ok 60 - Testing: [0:12] expecting (abcdefghijk)