You can use map to solve that problem:
my @lines = map /:\s*(.+)/, @array; [download]
In reply to Re: Can I Postmatch an array element? by Anonymous Monk in thread Can I Postmatch an array element? by softserve