Navigation

Operators and Keywords

Function List:

C++ API

Function File: output = perl (scriptfile)
Function File: output = perl (scriptfile, argument1, argument2, …)
Function File: [output, status] = perl (…)

Invoke Perl script scriptfile, possibly with a list of command line arguments.

Return output in output and optional status in status. If scriptfile is not an absolute file name it is searched for in the current directory and then in the Octave loadpath.

See also: system, python.

Package: octave