in reply to Re: Re: Re: Is $^M a leftover April Fool?
in thread Is $^M a leftover April Fool?

It looks to me like you are simply not the target audience. The target audience is madmen who are so desperate to figure out where their programs are running out of memory that they are willing to look at malloc.c. This is clearly a last resort thing that no sane person would ever require, given the many other ways to debug a program.

Anyway, the docs do say that your Perl has to be built with -DPERL_EMERGENCY_SBRK and with Perl's malloc selected, so if you're AS build was not done that way, you can't expect it to work for you.

  • Comment on Re: Re: Re: Re: Is $^M a leftover April Fool?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Is $^M a leftover April Fool?
by BrowserUk (Patriarch) on Aug 30, 2003 at 06:52 UTC

    Agreed,it's never going to work on AS distribution, which is why I've been trying this out on my own build of perl.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller
    If I understand your problem, I can solve it! Of course, the same can be said for you.