Navigation

Operators and Keywords

Function List:

C++ API

: output = perl (scriptfile)
: output = perl (scriptfile, argument1, argument2, …)
: [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 filename it is searched for in the current directory and then in the Octave loadpath.

See also: system, python.

Package: octave