charset: omit unassigned half of ascii table
[sheet.git] / countries.plp
index de29a82027a80a0fedc4b0bbc55ce0b1d3f61492..60a392db5eb2f33989f34b31224c80bf459a8936 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'country code cheat sheet',
-       version => '1.1',
+       version => '1.2',
        description =>
                "Table of ISO-3166-1 country codes with the names of reserved territories.",
        keywords => [qw'country code cc tld cctld continent territory land table'],
@@ -57,7 +57,7 @@ my $cc = do 'countries.inc.pl';
                }
                print "\n";
        }
-       print "</table>\n";
+       say '</table>';
 }
 
 :>