home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


push

push @
array
, 
list

Pushes the elements of list onto the end of array . The length of array increases by the length of list . The function returns this new length. See also pop and unshift .