Re: MP1 -> MP2 migration Problems.

2008-02-18 Thread André Warnier
Perrin Harkins wrote: On Thu, Feb 14, 2008 at 9:13 AM, Rafael Caceres <[EMAIL PROTECTED]> wrote: This is the first time that NOT using "use" because it was preloaded is mentioned. In fact, how would the modules compile (while testing for example)? Modules loaded into the perl interpreter

Re: MP1 -> MP2 migration Problems.

2008-02-18 Thread Perrin Harkins
On Feb 18, 2008 4:40 AM, André Warnier <[EMAIL PROTECTED]> wrote: > What I have until now believed is that perl "code" is in fact "data" for > the perl interpreter, and that as such it cannot really be "shared". > What I mean is that, as soon as some bit is changed in a "page" of any > perl module,