David Green writes: > I guess we could always use prepend/append, pull/pop. No! C<push> and C<pop> are a well-defined pair, not just in Perl, for dealing with stacks; we should keep those as they are. (And no synonyms, before somebody suggests any!) Smylers