Mega Code Archive
Categories
/
Perl
/
Array
Push value into an array
push(@array, "one"); push(@array, "two"); push(@array, "three"); print $array;