parrotcode:
Perl6 OS-related functions
Contents
|
Language Implementations
|
Perl6
NAME
src/builtins/system.pir - Perl6 OS-related functions
Functions
run
our Proc::Status multi run ( ; Str $command ) our Proc::Status multi run ( ; Str $path, *@args ) our Proc::Status multi run ( Str @path_and_args )
The versions below do not return a
Proc::Status
object, but instead return the status code from the
spawnw
opcode.