for($left = 0; $left < $#hold; $left++) { if($hold[$left] == $hold[$left+1]) { return 0; } } [download]
In reply to Re: problem with perl "for" loop by esskar in thread problem with perl "for" loop by cs202083