Nicholas Clark wrote: > The documented behaviour of _ (which I can't find!) perlfunc I think. > is that it re-uses the > last stat buffer. Is the implementation such that this "last stat buffer" is > only the one used by PP filetest code? ie, if it *isn't*, then it seems > viable to replace many internal uses of stat in the C code with something > that isn't doing the full emulation on Win32. PL_laststatval and PL_defgv-as-handle seem to be used only in pp func- tions (and my_(l)stat, which is only usable from a pp function).Thread Previous