Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Dimension of slices; scalars versus 1-element arrays?

Newsgroups: perl.perl6.language
Path: g2news1.google.com!news3.google.com!newsfeed.stanford.edu!nntp.perl.org
Return-Path: <zo...@euterpe.boulder.swri.edu>
Mailing-List: contact perl6-language-h...@perl.org; run by ezmlm
Delivered-To: mailing list perl6-langu...@perl.org
Received: (qmail 14233 invoked from network); 10 Jan 2005 18:12:35 -0000
Received: from x1.develooper.com (63.251.223.170)
  by lists.develooper.com with SMTP; 10 Jan 2005 18:12:35 -0000
Received: (qmail 15493 invoked by uid 225); 10 Jan 2005 18:12:34 -0000
Delivered-To: perl6-langu...@perl.org
Received: (qmail 15485 invoked by alias); 10 Jan 2005 18:12:33 -0000
X-Spam-Status: No, hits=-4.9 required=8.0
	tests=BAYES_00
X-Spam-Check-By: la.mx.develooper.com
Received-SPF: pass (x1.develooper.com: local policy)
Received: from loihi.boulder.swri.edu (HELO euterpe.boulder.swri.edu) (65.241.78.2)
  by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Mon, 10 Jan 2005 10:12:27 -0800
Received: by euterpe.boulder.swri.edu (Postfix, from userid 5001)
	id C7C6CBDCF; Mon, 10 Jan 2005 11:12:16 -0700 (MST)
Organization: Southwest Research Institute
To: perl6-langu...@perl.org
Subject: Re: Dimension of slices; scalars versus 1-element arrays?
Date: Mon, 10 Jan 2005 11:12:16 -0700
User-Agent: KMail/1.6.1
Cc: David Storrs <dsto...@dstorrs.com>
References: <200501081137.06982.deforest@boulder.swri.edu> <20050110153310.GA5574@megazone.bigpanda.com>
In-Reply-To: <20050110153310.GA5574@megazone.bigpanda.com>
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-ID: <200501101112.16504.deforest@boulder.swri.edu>
Approved: n...@nntp.perl.org
From: defor...@boulder.swri.edu (Craig DeForest)

Sorry, too terse :-)

I meant "...a two dimensional array with 1x6 elements (probably correct)?  Or 
a one dimensional array with 6 elements (probably not correct)?"

Cheers,
Craig


Quoth David Storrs on Monday 10 January 2005 08:33 am,
> On Sat, Jan 08, 2005 at 11:37:06AM -0700, Craig DeForest wrote:
> > 	@a[4; 0..5];
> > a 1x6 array (probably correct)?  Or a 6 array (probably not
> > correct)?
>
> For the ignorant among us (such as myself), what is a 6 array?  Google
> and pdl.perl.org did not yield any immediate answers.
>
> --Dks