On Tue, 8 Aug 2000 06:28:27 +1000 (EST), Damian Conway wrote:

>I'd be inclined to drop the prefixes:
>
>       foo(x: 10, y: 20);
>       bar(z: 30, t: (1, 2, 3));

That doesn't look like Perl.  ;-)

No, seriously: unless you can read those variables as x or y, I wouldn't
drop the prefixes. It's not consistent. If you use the values as $x or
@t, then please, use $x and @t in the above syntax, as well.

-- 
        Bart.

Reply via email to