From 992e15bb43cf6c7574230c8eaaf286471fe8aa5f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 23 Apr 2012 02:29:22 +0200 Subject: [PATCH] =?utf8?q?base:=20adjust=20default=20selection=20(base20,?= =?utf8?q?=20=E2=89=A440)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- base.plp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.0