Perl array unshift() function - Quick Tutorial - About Perl
Perl unshift function reference - learn how to use Perl's unshift() function in this quick tutorial. ... $TOTAL = unshift(@ARRAY, VALUES); Perl's unshift() function is used to add a value or values onto the beginning of an array (prepend), which increases...