[Top]
Perl
Perl.Perl
|
Method Perl.Perl()->parse()
- Method
parse
-
int parse(array(string) args)
int parse(array(string) args, mapping(string:string) env)
- Description
-
Parse a Perl script file and set up argument and environment for it.
Returns zero on success, and non-zero if the parsing failed.
- Parameter args
-
Arguments in the style of argv, i.e. with the name of the script first.
- Parameter env
-
Environment mapping, mapping environment variable names to
to their values.
|