Program name In Raku, the name of the program being executed is in the special global variable $*PROGRAM-NAME. say $*PROGRAM-NAME;