On Fri, Aug 28, 2009 at 16:32, Uri Guttman<u...@stemsystems.com> wrote: snip > now, as randal also asked, why do you want this? you are just learning > perl and i am sure this is way above your head in many dimensions. and i > am positive this is an XY problem where you want X and think Y is the > solution when there is usually a much better way to do X. what is your > real GOAL here and i don't mean any technical stuff. why do you want > this crazy thing? snip
I believe, based on reading other emails, that he thought that cyclic data structures were leaked by the Perl program and continued to take up memory, which would mean if you could get the address of the memory you could create a set of Perl objects that would survive the ending of a Perl program and the starting of a new one. Of course, this is just a misguided attempt to recreate shared memory via a bug that doesn't actually exist (Perl cleans up cyclic dependencies at program end, you only ever "leak" memory while you are running). -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/