Larry Wall writes:
> On Mon, Mar 12, 2007 at 10:20:12PM +, Smylers wrote:
>
> : [EMAIL PROTECTED] writes:
> :
> : > Separated clobbering <== ==> from pushy <<== and ==>>
> : >
> : > +Feeding into the C<*> "whatever" term sets the source for the next sink.
> : > +To append multiple sources t
Author: audreyt
Date: Tue Mar 13 03:43:31 2007
New Revision: 14344
Modified:
doc/trunk/design/syn/S02.pod
Log:
* S02: More fixups to reflect that fact that the f($x) form
is always &f($x) and never $x.f() now.
Modified: doc/trunk/design/syn/S02.pod
===
On Mon, 12 Mar 2007 17:41:27 -0700, Larry Wall wrote:
> On Fri, Mar 02, 2007 at 01:33:50PM -0500, Ryan Richter wrote:
> : while ($_ = %state{@@w}.pick).say {
>
> You maybe don't want each word on a separate line...
They did that in the original for some reason. In the unlikely event
that I want
Hello,
Regarding this from perlvar:
Remember: the value of $/ is a string, not a regex. awk has to
be better for something. :-)
It seems to me that the DFAable rules would intertwingle nicely as
a non-backtracking stream chunker. Is the form of per-filehandle
input record separa
On Wed, Mar 14, 2007 at 02:11:32PM +1100, Brad Bowman wrote:
: Hello,
:
: Regarding this from perlvar:
:
: Remember: the value of $/ is a string, not a regex. awk has to
: be better for something. :-)
:
: It seems to me that the DFAable rules would intertwingle nicely as
: a non-b