http://www.perlmonks.org?node_id=173555

Xtrac has asked for the wisdom of the Perl Monks concerning the following question:

I've created a program to do a job on my machine, it works fine(on my machine). I used perl2exe to convert it to an exe and placed it on one of our servers. When I try to run (double-click) it (the exe) on the share on the server (from my desktop) it fails, but if I rcmd or go to the server physically it runs fine. How do i get it to run on the server when the exe is accesed from a shared drive? -Xtrac

Originally posted as a Categorized Question.