in reply to Re: C++ object & PERL garbage collection
in thread C++ object & PERL garbage collection
if NEW is in MAIN and passed "down", it works if NEW is in ROUTINE and passed "up", it fails
if new'd as MAIN::object, -> works in all "lower" routines if new'd as MAIN::routineA::object -> does NOT work in MAIN
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: C++ object & PERL garbage collection
by creamygoodness (Curate) on Sep 24, 2006 at 00:18 UTC |