in reply to Re^2: In Term::ANSIColor grey color is present or not.
in thread In Term::ANSIColor grey color is present or not.

I am unable to reproduce your findings (with version 4.03):

$ perl -MTerm::ANSIColor -e 'print color("grey0"), "foo\n", color("res +et")' foo $

🦛