Help for this page

Select Code to Download


  1. or download this
    my $places_labels = {}; 
    
    ...
    while (my $p = $i->next) {
        $place_labels->{$p->id} = $p->name;
    }