in reply to Re: fork on linux 2.6 does not share memory
in thread fork on linux 2.6 does not share memory

well, it actually depends on how you touch it and how perl internals perform the requested action.

For instance, running a s/foo/bar/ operation will reallocate the full string even if it just substitutes a few bytes.