Need correction to S06

2005-08-22 Thread Yiyi Hu
svnbot6 r6401 | iblech++ | *%slurpy_hashes exist :) svnbot6 r6401 | iblech++ | It uses the semantics of svnbot6 r6401 | iblech++ | http://www.nntp.perl.org/group/perl.perl6.language/22860, i.e. svnbot6 r6401 | iblech++ | sub foo (*%hash) {...}, foo(hash = {...}); # works svnbot6

Re: Need correction to S06

2005-08-22 Thread Larry Wall
On Mon, Aug 22, 2005 at 06:05:06PM +0800, Yiyi Hu wrote: : svnbot6 r6401 | iblech++ | *%slurpy_hashes exist :) : svnbot6 r6401 | iblech++ | It uses the semantics of : svnbot6 r6401 | iblech++ | : http://www.nntp.perl.org/group/perl.perl6.language/22860, i.e. : svnbot6 r6401 | iblech++ |

Re: Need correction to S06

2005-08-22 Thread Luke Palmer
On 8/22/05, Larry Wall [EMAIL PROTECTED] wrote: I think the simplest thing is to say that you can't bind to the name of the slurpy hash. You give a name to it so that you can refer to it inside, but that name is not visible to binding. Fixed in https://svn.perl.org/perl6/doc. Thanks. Luke