in reply to Re^2: Doubly-nested deeply bound variable is undefined
in thread Doubly-nested deeply bound variable is undefined

Yes, it's a bug in Perl 5.8. Dave Mitchell fixed it in bleadperl, so the code works correctly in Perl 5.9.3 and later (maybe 5.9.2).

  • Comment on Re^3: Doubly-nested deeply bound variable is undefined

Replies are listed 'Best First'.
Re^4: Doubly-nested deeply bound variable is undefined
by asokoloski (Sexton) on Nov 14, 2006 at 19:47 UTC
    Awesome, now I can sleep at night. Thanks :)