On Monday, June 9, 2003, at 03:45 PM, Dave Whipp wrote:
"Michael Lazzaro" <[EMAIL PROTECTED]> wrote
multi bar (Foo $self, int $i : ); # semicolon optional

<pedantic>
I think you meant "colon optional". The semi-colon is, I think, a syntax
error. You need the yada-yada-yada thing: "{...}".
</pedantic>

Sigh. Yes, thank you. This, not that:


multi bar (Foo $self, int $i : ) {...} # colon optional

It's been a bad day. :-/

MikeL

Reply via email to