I have a perl cgi script, that I is used very frequently by my colleagues etc. and it's present in my machine (Windows 2000 Professional). Due to relocation, I had to implement the script in machines which don't have perl installed and so I converted it to an exe. The home page now calls the exe and script works fine. (converted using a perl2exe pro registered version).
My question is whether the same exe would work on a Unix Machine (Solaris 5.6). If not, do I have to modify the way the script that was written with Active perl for Windows in mind? (Other than CGI module, I've used benchmark which I think I should be able to install it into the Unix Box).