From: Mischa POSLAWSKY Date: Mon, 23 Apr 2012 00:29:22 +0000 (+0200) Subject: base: adjust default selection (base20, ≤40) X-Git-Tag: v1.6~94 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/992e15bb43cf6c7574230c8eaaf286471fe8aa5f base: adjust default selection (base20, ≤40) --- diff --git a/base.plp b/base.plp index 0ba0613..cba5242 100644 --- a/base.plp +++ b/base.plp @@ -19,8 +19,8 @@ Html({ <: use Math::BigFloat; -my @cols = (2, 6, 8, 9, 10, 12, 16, 18); -my $count = 42; +my @cols = (2, 6, 8, 9, 10, 12, 16, 18, 20); +my $count = 40; print ''; print '', $_ for @cols;