in reply to sprintf( @_ ) doesn't do what I want!

Have you looked at Term::ANSIColor?

  • Comment on Re: sprintf( @_ ) doesn't do what I want!

Replies are listed 'Best First'.
Re^2: sprintf( @_ ) doesn't do what I want!
by harangzsolt33 (Deacon) on Nov 29, 2019 at 07:49 UTC
    Oh, yes! That's how I wrote my cprintf() function. I got the ideas from Term::ANSIColor. ;)