Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
#!/usr/bin/perl -w require 5.002; use Locale::Codes::Country; print code2country("BO"),"\n"; print code2country("BO",LOCALE_CODE_ALPHA_2),"\n"; print code2country("bol",LOCALE_CODE_ALPHA_3),"\n"; # Local Variables: # mode: cperl # indent-tabs-mode: nil # cperl-indent-level: 3 # cperl-continued-statement-offset: 2 # cperl-continued-brace-offset: 0 # cperl-brace-offset: 0 # cperl-brace-imaginary-offset: 0 # cperl-label-offset: 0 # End: