Term::ANSIColor.YELLOW; # AUTOLOAD should generate YELLOW my $Yellow = Term::ANSIColor::YELLOW; # Hmm, nope :( at least not visible to Perl6 say $Yellow ~ "--Yellow--" ~ $Reset;