I just got wind that I will be building a client server app that will be used internally at my company. I am building the app in perl. Not all of my target machines have perl installed so I am going with a compiled solution. I am wondering if any one has any pointers on how to do this. Also I am looking for advanced warning about trouble I will run into. My target platforms are SUN, Linux, Windows (2k and NT4), SGI, IRIX etc....
My other question is, when using compiled perl, do all of the modules get compiled into the final binary? If i use LWP::Simple will it still work on a machine that doesn’t have perl installed?
Thanks