On Fri, Feb 03, 2006 at 03:02:12AM +0800, Yiyi Hu wrote: : Hmm, : There are sevral appears in S05 which use => instead of -> in a for loop. : So, Is this a typo? : eg: : for @{$<pairs>} => $pair { : say "Key: $pair[0]"; : say "Val: $pair[1]"; : }
Yes, that's a typo. Thanks. It is now fixed on svn.perl.org, and should propagate to dev.perl.org by tomorrow. Larry