use strict; use warnings; use CGI::Pretty qw(:standard); use Geography::Countries; print header, start_html('Country'), scalar country('AF'), end_html, ;