in reply to Re: When is "use module" not the same as require+import?
in thread When is "use module" not the same as require+import?
Whee, except that comes with the additional interesting quirk that you can't actually declare the array in the BEGIN, because of course it will go out of scope between that block and the fresh BEGIN block implicit in use. What a mess. Looks like require+import is actually cleaner-looking.
Thanks, both to you and moritz below, since the versioning issue is also good to know.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: When is "use module" not the same as require+import?
by JadeNB (Chaplain) on Sep 18, 2008 at 20:34 UTC | |
by ikegami (Patriarch) on Sep 19, 2008 at 19:20 UTC | |
|
Re^3: When is "use module" not the same as require+import?
by Bloodnok (Vicar) on Sep 19, 2008 at 16:51 UTC |