termcol: 64 for common 4x4x4 rgbmap
[sheet.git] / base.plp
index 2deabf517c9968ab8e2ad84bb5fed124a284788b..0c9ba8b2d362b0eb3ea8ede61b24409eff5a79ff 100644 (file)
--- a/base.plp
+++ b/base.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'number bases',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
@@ -13,7 +13,7 @@ Html({
 });
 
 my @cols = (2, 6, 8, 9, 10, 12, 16, 18, 20);
-my @morecols = (2, 3, 4, 6, 8, 9, 10, 12, 16, 18, 20, 24, 32, 36, 64);
+my @morecols = (2 .. 6, 8, 9, 10, 12, 16, 18, 20, 24, 32, 36, 64);
 my @char = (0..9, 'A'..'Z', 'a'..'z');
 :>
 <h1>Number bases</h1>