http://www.perlmonks.org?node_id=221101


in reply to Re^6: Class::InsideOut - yet another riff on inside out objects.
in thread Class::InsideOut - yet another riff on inside out objects.

It's not on the Foo::new pad?


Fun Fun Fun in the Fluffy Chair

  • Comment on Re^7: Class::InsideOut - yet another riff on inside out objects.

Replies are listed 'Best First'.
Re^8: Class::InsideOut - yet another riff on inside out objects.
by adrianh (Chancellor) on Dec 19, 2002 at 13:30 UTC

    No. Foo::new is not in %foo's scope.

    It also doesn't reference %foo - which probably means it would be optimised out of the pad even if it was in scope (not 100% on the details of this sort of optimisation so I could be wrong about that).