Help for this page
for my $component ( split(/,/, $components_csv) ) { if (grep { $_ eq $component } @url_components) { ... # ... }