- or download this
my @sub_locs = grep { $_ } map { /taxman\.add\.subloc\.(.*)/ } @sessio
+n_keys;
- or download this
my @sub_locs = grep { defined $_ } map { /taxman\.add\.subloc\.(.*)/ }
+ @session_keys;
- or download this
my @sub_locs = map { /taxman\.add\.subloc\.(.+)/ } @session_keys;