Larry Wall schreef:
> Dr.Ruud:
>> Aaron Sherman:

>>>  $_ ~~ $x
>>
>> Can that be written as ".~~ $x"?
>
> No, but you might just possibly get away with writing:
>
>     .infix:<~~>($x)
>
> assuming that the $_.foo($x) SMD eventually fails over to foo($_,$x)
> MMD. But that doesn't seem to be much of an improvement over "when
> $x".

OK, thanks. Is it ever useful for an SMD to fail over to MMD?

-- 
Affijn, Ruud

"Gewoon is een tijger."


Reply via email to