values

NAME

values - return a list of the values in a hash


SYNOPSIS

values ASSOC_ARRAY


DESCRIPTION

Returns a normal array consisting of all the values of the named associative array. (In a scalar context, returns the number of values.) The values are returned in an apparently random order, but it is the same order as either the keys() or each() function would produce on the same array. See also keys() and each() .