Using ActiveState 5.8 build, I am wondering if it is possible to have a script access a resource via UNC that requires a specific username, in order to then FTP that file to a different server? Ok, that was rather awkward... this might be better: what is the logistics of having Perl access a UNC path that is "invisible" to everyone except that user? I could not find anything in cpan or google that appears to do this. I can't just set the "runas" value on my ".pl" sourcecode file because Windows only allows you to runas a different user when it is an executable file.
Comments?