Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

To push and pop or not to push and pop?

by GrandFather (Saint)
on Nov 05, 2005 at 22:24 UTC ( [id://506033]=perlmeditation: print w/replies, xml ) Need Help??

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%         
    +   --
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://506033]
Approved by rnahi
Front-paged by dbwiz
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-24 21:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found