Help for this page
push @array, "some text"; push @array2, "some text";
push (@array,@array2), "some text";