|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: Color die and warn messagesby Anonymous Monk |
| on Aug 01, 2025 at 07:20 UTC ( [id://11165911]=note: print w/replies, xml ) | Need Help?? |
|
Doesn't work with Carp. croak calls CORE::die internally so the coloring would need to be done in the die handler, and carp is colored red even though internally it doesn't call CORE::warn, but somehow the CORE::GLOBAL::warn override is bypassed.
In Section
Cool Uses for Perl
|
|
||||||||||||||||||||||||||||||||||