Push value into an array
push(@array, "one"); push(@array, "two"); push(@array, "three"); print $array;