Help for this page
[push @ARRAY, LIST] Has the same effect as for $value (LIST) { $ARRAY[++$#ARRAY] = $value; } but is more efficient.