--- 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 C<my>
> shouldn't be there and would be an error.  Also, you don't need those
> C<.length>s, but I guess they don't hurt.

Cost of switching languages in midstream. My bad.

> Finally, multi-stream C<for> iterates I<in parallel>.  So:
> 
>   for 0..@array-1; $i+1..@array -> $i; $j {
>       ...
>   }
> 

Wow. I knew that. Duh. Nevermind.

=Austin


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

Reply via email to