in reply to Re: import() not getting called. Huh?
in thread import() not getting called. Huh?
Comment out the last stanza (the second use of M2) and see what happens.
How can something following me affect my call? It appears that M3::import is not being called if M2 is used both before and after it in the source file (into different packages, though).
Your trace shows that M3 loaded (print at the end of the file before the 1;), but there is no report that import was called with its parameters. Instead, the next report is that M2 was imported again.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: import() not getting called. Huh?
by BrowserUk (Patriarch) on Dec 20, 2002 at 17:57 UTC | |
by John M. Dlugosz (Monsignor) on Dec 20, 2002 at 20:52 UTC |