I used the pp utility to compile my Perl prgms. Some of them use the Crypt::SSLeay for authentication of web sites and some other modules as well like Spreadsheet::WriteExcel etc. Problem I encountered is when I try to run the exe on another machine which doesn't have Perl installed. I get various errors like SSLeay32.dll not found etc. Even when I copy the files prompted to the machine, the prgm still terminates at some point. Should Perl be installed in other machines for me to run the exe or is there a way to get around this prob?