colours.pl

Index

File = [colours.pl]
#!/perl
 
##    "match", "#0066ff", "#e8e8ff", "array", "l.blue", very light mauve
 
@TTset = (
    "match", "#0066ff", "#ddddff", "array", "l.blue",
    "orange", "#ff6600", "#ffcc99", "comment", "brown",
    "regex", "#66ff00", "#fff4e8", "unass" , "l.brown",
    "green", "#006400", "#ccffcc", "s-quote", "s.green",
    "color1", "#663300", "#ff99cc", "scalar", "pink",
    "color2", "#333366", "#cc99ff", "functions", "mauve",
    "color3", "#00a000", "#ccff99", "d-quote", "b.green",
    "color4", "#0000ff", "#aadd77", "color4", "color4",
    "color5", "#660000", "#dd77aa", "color5", "color5",
    "peach", "#003366", "peachpuff", "hash", "l.brn",
    "blue", "blue", "powderblue", "reserved", "blue",
    "white", "#606060", "#ffffff", "other", "white",
    "grey", "#303030", "#cccccc", "punctuation", "l.grey"
);
 
1;

Colour Key :
Function, Description., Colour
Style Description Colour
match array l.blue
orange comment brown
regex unass l.br
green s-quote s.green
color1 scalar pink
color2 functions mauve
color3 d-quote b.green
color4 color4 color4
color5 color5 color5
peach hash l.brn
blue reserved blue
white other white
grey punctuation l.grey

Parse stats
Reserved Words
#ResWdCount
List of 0 used reserve words ...
 
Built-in Functions
#FuncsCount
List of 0 used built-in function words ...
 
Punctuation Used
#PuncuatCount
1)1
2=1
3,64
4;2
5(1
List of 5 used punctuation ...
 
Arrays
#U.ArraysCount
1@TTset1
List of 1 user arrays ...
 
Hash
#U.HashCount
List of 0 user hash (associative arrays) ...
 
Scalar
#U.ScalarCount
List of 0 user scalars ...
 

Index