Larry Wall skribis 2005-10-26  7:31 (-0700):
> One slightly serious ramification of the : switch is that the space
> is required after the colon indicating a null invocant.
>     method doit (: $a, $b, $c)

Or, we could separate it with a . instead of a :, perhaps?

This is already more or less very heavily associated with invocants
anyway.

Hmmm...

    method .doit (...) { ... }
    method $foo.doit () { ... }


Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html

Reply via email to