in reply to return weak reference
When I wrote it, I intended that the first call to the constructor would return the "master" reference, subsequent calls would return weak references.
What's your reasoning for doing so?
(I can imagine why you might think you need to do so, if you've a background writing C code or maintaining awful C++ code, but I can't imagine a situation in Perl where this is necessary.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: return weak reference
by flipper (Beadle) on Sep 02, 2010 at 10:26 UTC |