in reply to Map not working as expected.
@yum = map { my $yum = $_; (none { /$yum/ } @bad) ? $yum : () } @yum; [download]