X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3382ef368b4f347de3d1148a67f31f37aae653fc..0cb275788053529f8d9948920023198eecddec13:/writing.plp diff --git a/writing.plp b/writing.plp index 69fffe2..a718c88 100644 --- a/writing.plp +++ b/writing.plp @@ -2,7 +2,7 @@ Html({ title => 'writing system inheritance sheet', - version => 'v1.1', + version => '1.2', description => [ "Character comparison,", "tracking letters as they evolve from Phoenician to modern scripts.", @@ -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; }