X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/01d61f72fed7ac041786ea69d1b080f45a4c49d1..0cb275788053529f8d9948920023198eecddec13:/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; }