in reply to Re^2: Inner subroutines?
in thread Inner subroutines?
You're right it was a bad suggestion, I'm not sure what's going on here, it seems the variable isn't initialized until a call to outer; subsequent calls to outer() don't retain the initial reference but inner() does?