Re: Name of calling program
[email protected] (ToddAndMargo via perl6-users)
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
On 12/7/22 09:06, Gianni Ceccarelli wrote: > On Wed, 7 Dec 2022 08:58:19 -0800 > ToddAndMargo via perl6-users <[email protected]> wrote: > >> When I am in a module (pm6), is there one of those >> fancy system variables that will tell me the >> name of calling (pl6) program? > > https://docs.raku.org/language/variables#index-entry-$*PROGRAM > Thank you!