![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^4: I am confused by a "Learning Perl" sample showing "unshift"by rsFalse (Chaplain) |
on Jan 23, 2021 at 21:48 UTC ( #11127340=note: print w/replies, xml ) | Need Help?? |
Therefore: unshift @a, @b same* as push @b, @a *But see clarification from choroba:
In Section
Seekers of Perl Wisdom
|
|