I have strawberry Perl (working) on my Laptop. I need to SFTP a copy to a server I am using WHICH DOES NOT HAVE INTERNET ACCESS and therefore cannot have do a "normal" strawberry perl installation.
1. copied the perl directory (no c or cpan directories)
2. set the path to the perl bin directory location
3. typed "perl -v" to verify working
4. got cryptic "access denied" message
Do I need to SFTP more? What's the minimum I need?
NEVER MIND. Used cygwin to chmod +x *.dll *.exe did it. Sorry for taking up the screen space (sheepish grin.)