Luke Palmer skribis 2004-07-13  7:24 (-0600):
> But in Perl 6, you don't have to specify things like that through the
> mode string: you can specify them through named parameters:
>     my $fh = open ">$filename" :excl;

I was hoping we could finally get rid of mode characters, and especially
combined mode and filename in one argument.

Ever since I read about the new :pairs, I thought that would imply :rw
instead of >.


Juerd

Reply via email to