# New Ticket Created by Simon Glover # Please include the string: [perl #22867]
# in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=22867 >
Based on the documentation in core.ops, I would expect this code:
No. They pop whatever was pushed last. A pushi is pushbottomi / pushtopi, so the top frame on the stack is {2,0,...,0} in your latter example.
And doc states from "the most recently B<push>ed copies", which matches the behavior.
leo