start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: prototype Chapter 5
Function Reference
Next: Reference: q/string/
 

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.