Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      unshift @from, shift @to for @to;
      }
    }
    
  2. or download this
                   Rate unshift shift      push pop   unshift pop    push 
    +shift
    unshift shift 129/s            --           -0%           -4%         
    +  -6%
    push pop      129/s            0%            --           -3%         
    +  -6%
    unshift pop   134/s            4%            3%            --         
    +  -2%
    push shift    137/s            6%            6%            2%         
    +   --