What is the order of evaluation for separate streams in a loop?

2002-11-04 Thread Austin Hastings
Something from [EMAIL PROTECTED] about the relative frequency made me wonder: What's the order of evaluation or nestedness for separate streams in a for loop? That is, can I meaningfully say: for my $i; $j - 0 .. @array.length - 1; $i + 1 .. @array.length { .. } And get the equivalent of two

Re: What is the order of evaluation for separate streams in a loop?

2002-11-04 Thread Luke Palmer
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Date: Mon, 4 Nov 2002 12:09:12 -0800 (PST) From: Austin Hastings [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] X-SMTPD: qpsmtpd/0.12, http://develooper.com/code/qpsmtpd/ Something from [EMAIL PROTECTED] about the relative frequency made

Re: What is the order of evaluation for separate streams in a loop?

2002-11-04 Thread Austin Hastings
--- Luke Palmer [EMAIL PROTECTED] wrote: I don't know where to correct you first... :) Is that a dunce-hat? Is there an ISO version I could use instead? :- I'll start by saying your variables are on the wrong side of the pointy sub. Also, presuming you switched the order, that Cmy