Perl Array Push() Function - Quick Tutorial - About Perl
In this Perl tutorial, we'll teach you how to use the push() function to push a value or values onto the end of an array. ... $TOTAL = push(@ARRAY, VALUES); Perl's push() function is used to push a value or values onto the end of an array, which increases...