Author: moritz
Date: 2010-06-11 09:53:58 +0200 (Fri, 11 Jun 2010)
New Revision: 31190
Modified:
docs/Perl6/Spec/S06-routines.pod
Log:
[S06] more elaborate $*OUT/$*ERR selection for USAGE printing
This should make both avar++ happy who wants './prog --help|less' to DWHM,
and also TheDamian, who
On Thu, Jun 10, 2010 at 2:07 PM, Mark J. Reed wrote:
> But open is already overloaded in p5, with pipes etc. We don't want
> to repeat the mistakes of the past, and the fact that open(FH, $foo)
> could run an arbitrary shell command was arguably a mistake, but
> transparent access to storage wher
Author: colomon
Date: 2010-06-11 17:10:23 +0200 (Fri, 11 Jun 2010)
New Revision: 31193
Modified:
docs/Perl6/Spec/S32-setting-library/Numeric.pod
Log:
[spec] Document Numeric.Real, Numeric.Int, Numeric.Rat, Numeric.Num, and
Real.Str.
Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod
==
Author: lwall
Date: 2010-06-11 19:00:19 +0200 (Fri, 11 Jun 2010)
New Revision: 31195
Modified:
docs/Perl6/Spec/S05-regex.pod
Log:
[S05] mention TOP, and explain how parsing is initiated and how it actually
works
Modified: docs/Perl6/Spec/S05-regex.pod