Tassilo Parseval <[EMAIL PROTECTED]> writes: >> >For me, PV has never really been for strings only. It's a >> >pointer value so storing pointers in it seems natural to me. >> I am not saying it has to be a string. I am saying it MUST >> be allocated with the allocator perl is using - malloc() is WRONG - >> It must be New() allocated. > >With New, you mean the macro New(), I hope (as opposed to usemymalloc).
Yes I mean New() macro. >In this case I am relatively relieved since I adopted the habit of >always using New/Safefree. So I should be on the safe side (knocking on >wood). > >Tassilo
