Zefram, any thoughts on this? Tim. On Sat, Oct 30, 2010 at 01:50:39PM +0100, Tim Bunce wrote: > There's something odd happening here. > > Just before eae48c89 (at ff0c75a): > > $ perl -d:Trace <<END > warn "1"; > { > warn "3"; > } > warn "5"; > END > >> -:1: warn "1"; > 1 at - line 1. > >> -:3: warn "3";} > >> -:3: warn "3";} > 3 at - line 3. > >> -:4: warn "5"; > 5 at - line 4. > > but at eae48c89 this happens: > > >> -:1: warn "1"; > 1 at - line 1. > >> -:5: warn "5"; <== wrong > >> -:3: warn "3"; > 3 at - line 3. > >> -:5: warn "5"; > 5 at - line 5. > > Tim. >Thread Previous | Thread Next