On 2010-05-06 at 09:06, Jeff Trawick <[email protected]> wrote: > On Thu, May 6, 2010 at 8:48 AM, tech_list <[email protected]>wrote: > >> Thanks! >> Line 96: >> if ($pos >= $[) { if ($pos >= 0) { >> >> I think this should be changed back. It is only assignment of $[ that is >> deprecated, correct? >> > > My 2cents: If you don't assign to $[ then $[ must be 0 in this Perl source > file. And comparing with 0 instead of $[ is understandable to more people.
Agreed, there's no reason to even mention $[ in current Perl code.
