On Fri, 2010-03-26 at 08:38 +0100, [email protected] wrote: > .doit: { $^a <=> $^b } # okay > .doit(): { $^a <=> $^b } # okay > .doit(1,2,3): { $^a <=> $^b } # okay > + .doit(1,2,3): { $^a <=> $^b } # okay
> + .doit:{ $^a <=> $^b } # okay
> + .doit():{ $^a <=> $^b } # okay
> + .doit(1,2,3):{ $^a <=> $^b } # okay
> + .doit(1,2,3):{ $^a <=> $^b } # okay
My eyes must be playing tricks on me -- I can't see the difference
between the last two lines in each of the above blocks. What am I
missing?
-'f
