Re: help for creating dos based perl exes.

2003-11-24 Thread Jenda Krynicky
From: "Manish Uskaikar" <[EMAIL PROTECTED]> > I want to generated DOS compatible executable of my perl code. Can > anybody help me. I am using perl version 5.8.1. I have also > experimented using "perlcc -o hello hello.pl" > > this gives me bad command, and also lists a list of files saying that >

RE: help for creating dos based perl exes.

2003-11-24 Thread Tim Johnson
Perlcc is very experimental, and will probably not be a viable solution for any production-level projects any time soon. I guess the next question would be what you mean by DOS-compatible. If you mean 16-bit DOS, then I'm not sure if that is possible. In that case your best bet might be to pa