From: Nicolas Boisselier Date: Mon, 22 Jun 2026 17:05:02 +0000 (+0200) Subject: bin/csv2human X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=576eb7afbd9ffde2b8d4ed11ed6be155e36d1676;p=nb.git bin/csv2human --- diff --git a/bin/csv2human b/bin/csv2human index ba2185c3..a1fcf3e9 100755 --- a/bin/csv2human +++ b/bin/csv2human @@ -51,7 +51,7 @@ eval { # ------------------- read input -------------------------- my @rows; -while () { +while (<>) { chomp; next unless length; my @fields = split /$Opt{sep}/; # tab‑separated