Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Scilab > perl

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

VersionDescription
5.5.0 Tagged as obsolete. Will be removed in Scilab 6.0.0.
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:30 CEST 2016