[Top]
Perl
Perl.Perl
|
Method Perl.Perl()->get_hash_keys()
- Method
get_hash_keys
-
array get_hash_keys(string name)
- Description
-
Get the keys (indices) of a Perl hash variable as a Pike array. If
the size of the resulting array is larger than the specified array
size limit, an error will be thrown.
- Parameter name
-
Name of the hash variable, as an 8-bit string.
- See also
-
array_size_limit()
|