Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Term::ANSIColor - possible to pass color as variable?

by eff_i_g (Curate)
on Apr 13, 2011 at 13:18 UTC ( [id://899184]=note: print w/replies, xml ) Need Help??


in reply to Term::ANSIColor - possible to pass color as variable?

How about this?
use warnings; use strict; use Term::ANSIColor qw(:constants); sub print_debug { print STDERR @_, RESET; } print_debug(BLUE ON_WHITE, 'Test');

Replies are listed 'Best First'.
Re^2: Term::ANSIColor - possible to pass color as variable?
by ultranerds (Hermit) on Apr 13, 2011 at 13:31 UTC
    Ah nice - that did the trick - thanks!

    Andy

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://899184]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-24 11:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found