On Tue, Jan 30, 2007 at 08:25:37PM +0100, TSa wrote:
: HaloO,
:
: [EMAIL PROTECTED] wrote:
: >+ The lower
: >+right corner of a two dimesional array is C<@array[*-1, *-1]>.
:
: That should read @array[*-1; *-1], or not?
Right you are. Though that makes me wonder if a multidimensional
Whatever (
HaloO,
[EMAIL PROTECTED] wrote:
+ The lower
+right corner of a two dimesional array is C<@array[*-1, *-1]>.
That should read @array[*-1; *-1], or not?
--
Author: larry
Date: Tue Jan 30 12:11:00 2007
New Revision: 13549
Modified:
doc/trunk/design/syn/S09.pod
Log:
Disabled negative subscript dwimmery for all shaped arrays.
* can now take + and - operators.
Modified: doc/trunk/design/syn/S09.pod
==