http://qs1969.pair.com?node_id=11127340


in reply to Re^3: I am confused by a "Learning Perl" sample showing "unshift"
in thread I am confused by a "Learning Perl" sample showing "unshift"

Therefore:
unshift @a, @b same* as  push @b, @a

*But see clarification from choroba: