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

Re^4: 'rgb_palette' - Term::ANSIColor Helper -- errors on strawberry

by kcott (Archbishop)
on Aug 16, 2022 at 14:15 UTC ( [id://11146167]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -E 'use Term::ANSIColor; say colored("black on white", "r0g0v0 
    +on_white")'
    Invalid attribute name r0g0v0 at -e line 1.
    
  2. or download this
    $ perl -E 'use Term::ANSIColor; use Data::Dump; my $x = colored("black
    + on white", "r0g0b0 on_white"); say $x; dd $x'
    black on white
    ...
    
    $ perl -E 'say "\e[38;2;0;0;0;47mblack on white\e[0m"'
    black on white
    
  3. or download this
    $ echo $TERM
    xterm
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-19 22:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found