Logo

Programming-Idioms

History of Idiom 224 > diff from v10 to v11

Edit summary for version 11 by Corion:
New Perl implementation by user [Corion]

Version 10

2020-04-23, 07:43:47

Version 11

2020-04-29, 09:21:38

Idiom #224 Add element to the beginning of the list

Insert element x at the beginning of list items.

Idiom #224 Add element to the beginning of the list

Insert element x at the beginning of list items.

Extra Keywords
prepend prefix start
Extra Keywords
prepend prefix start
Code
unshift @items, $x
Doc URL
https://perldoc.perl.org/perlfunc.html#unshift-ARRAY%2cLIST