X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/7713d82f979bdb6eb47c41b4e3b2ce198b6acd2a..b22f63ba31441200ca915c64445d5a87d146c327:/writing.plp diff --git a/writing.plp b/writing.plp index 61e9e1f..a718c88 100644 --- a/writing.plp +++ b/writing.plp @@ -45,7 +45,7 @@ for ( my ($source, $title) = @$_; my @table = do "writing-$source.inc.pl"; if ($! or $@) { - print "

$title

\n"; + say "

$title

"; printf "

Table data not found: %s.

\n", $@ || $!; next; }