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 .


Previous: Reference: prototype Perl in a Nutshell Next: Reference: q/string/
Reference: prototype Book Index Reference: q/string/

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.