[Top]
Perl
Perl.Perl
|
Method Perl.Perl()->call_list()
- Method
call_list
-
mixed call_list(string name, mixed ... arguments)
- Description
-
Call a Perl subroutine in a list context, and return the
result if it is a simple value type, or an array of simple
value types. Unsupported value types are rendered as 0.
- Parameter name
-
The name of the subroutine to call, as an 8-bit string.
- Parameter arguments
-
Zero or more arguments to the function. Only simple value
types are supported. Unsupported value types will cause an
error to be thrown.
|