Could anyone please tell me how to convert a perl script to an executable file so that it can be used on a Win32 platform...
I'm using an ubuntu machine....... Perl 5.8
I 've already used pp and perlcc but they wouldn't execute on a Win32 machine
When perl2exe was used it exited with error saying dll was not found.....
I would appreciate if anybody would brief me on what i could do on this ?
I think
perl2exe dosent have one for ubuntu flavour.
If you want to run a perl script on windows you can install perl on windows(Active state provides this).
Thanks
Raghuram