Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Web-Safe Color Chart

by merlyn (Sage)
on Oct 05, 2001 at 10:48 UTC ( [id://116925]=note: print w/replies, xml ) Need Help??


in reply to Web-Safe Color Chart

While not commenting on the rest of your code, at least you should learn that your line:
my @nums = qw/00 20 40 60 80 A0 C0 FF/;
is off. It should be:
my @nums = qw/00 33 66 99 CC FF/;

-- Randal L. Schwartz, Perl hacker

Log In?
Username:
Password:

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

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

    No recent polls found