in reply to Re^2: Conditional module use
in thread Conditional module use
I don't know what gaal was thinking, but that's not it. The problem is that Term::ReadKey::ReadMode in Term::ReadKey::ReadMode 2; is a bareword unless you load Term::ReadKey. With strict enabled, Perl gives a warning instead of trying to disambiguate what you meant.
For this reason, a lot of people recommend always using parentheses around all subroutine and method call arguments.
|
|---|