quick question:
I have a module installed that is working fine. I'm writing a test
script that will require me to modify this module.
Can I just put the module in a folder where the script is and have the script
use that version of the module instead of the one installed?
For instance, module Temp::Temp. If inside the folder where my script is,
I create a folder called Temp and put the module in there. Will my script
use the version of Temp installed on the system or the one located in the folder?