Help for this page

Select Code to Download


  1. or download this
    use Module::Locate 'locate';
    
    require $_
      for locate map "MyModule::$_", @country_code;
    
  2. or download this
    @{ $self->{data} }
      = map \%{ $MyModule::{"$_\::"}{Hash} }, @country_code;