in reply to Re^2: Understanding order of module compilation and execution
in thread Understanding order of module compilation and execution

The compiler may *start* compliling "A" first, but it will not necessary compile all of "A" first.
What do you think my and during that compilation, it will compile any 'used' modules in A means?
Perl --((8:>*
  • Comment on Re^3: Understanding order of module compilation and execution

Replies are listed 'Best First'.
Re^4: Understanding order of module compilation and execution
by ikegami (Patriarch) on Dec 16, 2005 at 20:01 UTC
    I missed that somehow, or misinterpreted it. It's definitely does not specify at which point during the compilation of 'A' those modules are compiled, so take my post as clarification.