# Method call style. if @array.grep($something) { ... } my @result = @array.grep($thingie);