X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3421b7f94214deb6c8807e34cdd8cb11eb33906b..0cb275788053529f8d9948920023198eecddec13:/base.plp diff --git a/base.plp b/base.plp index 3a89a53..f1ed06c 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.", ], @@ -97,7 +97,6 @@ for my $n (2 .. $count) {

Duplication (2ⁿ)

<: -use 5.010; sub showint { my ($int, $radix) = @_; my @digits;