Will Smith wrote:
> thanks for all.
> This is how it's done, thanks to Michael Reece
Glad you got it sorted. The following comment is brought to you by the
Campaign for Higher Order Code (TM).
> push @suggestions, $_->headline foreach @s;
@suggestions = map {$_->headline} @s;
Jules