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.
|
|---|