Ok, I have this Perl script that needs the module Readkey.pm.
I put this module in the lib/Term destination.
However, upon running the script through the CMD line. It says it cannot locate loadable object for module Term::Readkey.
What could cause this issue?
Chad