in reply to Re: Re: Brain Teaser
in thread Brain Teaser
$ perl -le 'print \\///\\\//' 1.00000026558336981
What the result of \\///\\\// is depends on how memory is alloced. It'll depend on your malloc (which could be the Perl supplied, or the system one, depending on how Perl was build); it'll hand out addresses using some algorithm, based on various factors. Don't assume that when you run it once on your system, it will be the same universally.
-- Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Brain Teaser
by srawls (Friar) on Jun 11, 2001 at 00:36 UTC | |
by Abigail (Deacon) on Jun 11, 2001 at 02:36 UTC |