in reply to Re^3: repeated use of module and EXPORT
in thread repeated use of module and EXPORT

... and you no longer have the loop.

There is no loop. Each piece of code gets compiled once. As one piece of code uses the other one, it gets what is defined at that moment of compilation, that's all - perl won't loop switching compilation from one to the other and from the other to the one and back and forth again over and over.

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
  • Comment on Re^4: repeated use of module and EXPORT

Replies are listed 'Best First'.
Re^5: repeated use of module and EXPORT
by MidLifeXis (Monsignor) on May 24, 2008 at 03:07 UTC

    I wasn't implying that there was a execution loop. More a logical design loop. Sorry for the poor conveyance of meaning :)

    --MidLifeXis