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
>
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