[Top]
Perl
Perl.Perl
|
Method Perl.Perl()->get_array()
- Method
get_array
-
array get_array(string name)
- Description
-
Get the contents of a Perl array variable as a Pike array. If the
size of the array is larger than the specified array size limit,
the returned Pike array will be truncated according to the limit.
- Parameter name
-
Name of the array variable, as an 8-bit string.
- See also
-
array_size_limit()
|