From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456 class { use CommandInfo; static method main : void () { say CommandInfo->PROGRAM_NAME; }}
class {
use CommandInfo;
static method main : void () {
say CommandInfo->PROGRAM_NAME;
}