My use of ppm to install a downloaded module is an allowed method to install software!
the activestate documentation discusses that if one cannot get ppm to work through a proxy, the modules can be downloaded as a zip file containing a .ppd file. This file is then installed with
ppm install
module-name.ppd
I am using this method as I have done before; it worked on other packages (I installed Net::SSH, DBI, etc this way and they work properly). It does not work for Net::SCP only. What is the 'can't call method 'ok' on undefined value...' error? any thoughts? thanks