Does the trick ```perl use Exporter (); BEGIN { $^O =~ /Win/i and eval { require Win32::Console::ANSI; Win32::Console::ANSI->import(); }; } use Term::ANSIColor 3.00 ('colored'); # bright ```
Does the trick