http://www.perlmonks.org?node_id=274964


in reply to problems with reading __DATA__ from current package

Just want to add that probably you want to use Locale::SubCountry. And BTW please do localize $_ in your module. See while(<>) { ... } considered harmful why.

--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org

  • Comment on Re: problems with reading __DATA__ from current package