[ic] [interchange] * Back out previous change, exists for array is deprecated in

Mike Heins mike at perusion.com
Mon Jun 17 20:18:39 UTC 2013


Quoting Peter (peter at pajamian.dhs.org):
> On 06/18/2013 07:16 AM, Mike Heins wrote:
> >commit 2b063379db2a7c0e876c62143933ea3d7f221354
> >Author: Mike Heins <mike at perusion.com>
> >Date:   Mon Jun 17 15:16:05 2013 -0400
> >
> >     * Back out previous change, exists for array is deprecated in
> >       Perl and we should not add new change based on that.
> 
> This should work:
> 
> next if $i > $#fields;

Yes, actually could be 

  last if $i > $#fields;

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.253.4194  <mike at perusion.com>

Software axiom: Lack of speed kills.



More information about the interchange-users mailing list