X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/31b12295df26f8c7b84422deca1a089278316965..a8d6bfee7b0542db16ff7da26d06760e95fa4d14:/base.plp diff --git a/base.plp b/base.plp index 2deabf5..0c9ba8b 100644 --- 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'); :>

Number bases