On Thu, Aug 18, 2005 at 10:09:16AM -0700, Larry Wall wrote:
> In other words, you could desugar
> 
>     sub foo ($a = 1) {...}
> 
> to
> 
>     sub foo ($a) {
>       $a = 1 unless exists $a;
>       ...
>     }

I like this.  Can we go for it, at least for this week? :)

Thanks,
/Autrijus/

Attachment: pgpjdvfaczX88.pgp
Description: PGP signature

Reply via email to