in reply to quick question on modules
Use means that a module-function import() is called at BEGIN-time.
Normally this function is inherited by Exporter module and does only an aliasing of imported functions.
And aliasing costs only some bytes, not enough to be discussed.
But a module author can chose to define his own import and do whatever he wants... so no general answer here.
Cheers Rolf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: quick question on modules
by Corion (Patriarch) on Feb 01, 2013 at 09:47 UTC |