use strict; use warnings; use constant OFFERWALL_TOP_NAVI_USUAL_SECTIONS_BY_REGION => +{ JP => +[ 1, 2, ], }; for my $section_id (@{OFFERWALL_TOP_NAVI_USUAL_SECTIONS_BY_REGION->{KR}}) { print $section_id . "\n"; }