Cheap web site hosting service by Active-Venture.com
  

 Back to Index

push

push ARRAY,LIST

Treats ARRAY as a stack, and pushes the values of LIST onto the end of ARRAY. The length of ARRAY increases by the length of LIST. Has the same effect as

 
    for $value (LIST) {
	$ARRAY[++$#ARRAY] = $value;
    }  

but is more efficient. Returns the new number of elements in the array.

 

  

 

Domain registration - Domain registration service and cheap domain transfer
 

Cheap domain names -
Register domain name services from just
$8.95/year only
 

Register domain name search -
Register domain or buy domain name registration and cheap domain transfer at low, affordable price.

© 2002-2004 Active-Venture.com Web Site Hosting Service

 

[ There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.   ]

 

 
 
 

Disclaimer: This documentation is provided only for the benefits of our web hosting customers.
For authoritative source of the documentation, please refer to http://www.perldoc.com