proc?
[email protected] (ToddAndMargo via perl6-users) Wed, 29 Oct 2025 03:51:50 -0700
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
Hi All, I use "run" a lot. https://docs.raku.org/routine/run It looks to me like "proc" is an OOP construction. Where do I find its declaration so I can figure out what all its members are? (The above link does not define it or I am blind.) So far I know: $proc.exitcode $proc.err.slurp(:close) $proc.out.slurp(:close) Yours in confusion, -T