X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/65795900e196ee23101209e4171a4530a6e8ea01..aac1632fef6174c77b381724e07d907ad24f9217:/countries.plp diff --git a/countries.plp b/countries.plp index 734a133..7297547 100644 --- a/countries.plp +++ b/countries.plp @@ -7,14 +7,14 @@ Html({ "Table of ISO-3166-1 country codes with the names of reserved territories.", keywords => [qw'country code cc tld cctld continent territory land table'], stylesheet => [qw'light dark circus mono red'], - data => ['countries.inc.pl'], + data => ['data/countries.inc.pl'], }); :>

ISO-3166-1α2 Country codes

<: -my $cc = do 'countries.inc.pl'; +my $cc = do 'data/countries.inc.pl'; { printf ''; @@ -57,7 +57,7 @@ my $cc = do 'countries.inc.pl'; } print "\n"; } - print "
\n"; + say ''; } :>