sub get_country { my $data = shift; open(local *IN, '<', 'country.lis') or die("Unable to open list of countries country.lis: $!\n"); my @my_bucket; while (defined(my $c = )) { ... } return \@my_bucket; }