On 4/27/07, Brad Bowman <[EMAIL PROTECTED]> wrote:
I would expect a different ordering. Perhaps the ".*" should be ".*?"
or the output "bracadabr bracad brac br cadabr cad c dabr d br" ?
The :overlap example follows this order.
You're probably right about that:
$ perl5.9.5 -E 'my @m; "abracad
Author: larry
Date: Sat Apr 28 15:23:15 2007
New Revision: 14389
Modified:
doc/trunk/design/syn/S12.pod
Log:
Use of protoobjects for role initial values.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc/trunk/design
My apologies if these have been answered. I've been chatting with
Jonathan Worthington about some of this and any misconceptions are
mine, not his.
In reading through S12, I see that .can() returns an iterator for the
methods matched. What I'm curious about is this:
if $obj.can('fribble') {