in reply to •Re^3: When C<use Module;> *not* the same as C<require Module; import Module;>?
in thread When C<use Module;> *not* the same as C<require Module; import Module;>?

Try it again with parens() after the name.... Your problem is that the symbol is being misinterpreted at compile time.

Spot on. Thanks.


Examine what is said, not who speaks.
Silence betokens consent.
Love the truth but pardon error.
  • Comment on Re^4: When C<use Module;> *not* the same as C<require Module; import Module;>?