http://qs321.pair.com?node_id=1053954

trippledubs has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

Is it Monk-like to capture regex from map like the following:

my @online_services = map { /^online.*svc:(.*?):/ } `svcs`;

I started using this pattern quite a bit, but I am wondering if this is not desirable for some reason.