Help for this page

Select Code to Download


  1. or download this
    sub _getBuilderList {
            my $self = shift;
    ...
            @cities = grep { $_->{SELECTED}++ if $_->{id} == $selection; $
    +_ } @cities;
            return \@cities;
    }