Damian Conway wrote:
>    > Note that cleave is its own antonym!  :-)
> 
> I can see it now:
> 
>       @interspersed = cleave(@list1, @list2, @list3)
>       @separated    = cleave(3,@interspersed);
> 
> Now *that's* DWIM! ;-)

In fact, perl really only needs one OP:

        @results = dwim $stuff, @args, %hey;

(Well, I guess that's two: the assignment is an op also.)

-- 
John Porter

Reply via email to