Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
perl
Call Perl script using appropriate operating system executable. This function is obsolete.
Syntax
perl('perlfile') perl('perlfile',arg1,arg2,...) result = perl(...)
Description
perl('perlfile')
calls the Perl script perlfile
, using
the appropriate operating system Perl executable.
perl('perlfile',arg1,arg2,...)
calls the Perl script perlfile, using
the appropriate operating system Perl executable, and passes the arguments
arg1
, arg2
, and so on, to perlfile
.
result = perl(...)
returns the results of attempted Perl call to
result
.
See also
- unix — shell (sh) command execution
History
Version | Description |
5.5.0 | Tagged as obsolete. Will be removed in Scilab 6.0.0. |
Report an issue | ||
<< mode | Scilab | quit >> |