evgen-i has asked for the wisdom of the Perl Monks concerning the following question:
1. I have a Perl script that cleans up text in different human languages with regular expressions. It uses Perl modules which I created for each such language (Arabic, Chinese, etc.). This script already runs in a production system that does something with the cleaned-up text.
2. This production system and my script now have to be ported to Windows and given to a customer, but with a condition that the customer should NOT be forced to install Perl. This means that somehow:
3. My question is how to do this porting to Windows best? I tried using perlembed, but had difficulties with including the modules. The other difficulty is that the script will be continuously updated/improved under Linux, which means that its Windows update should be as quick and easy as possible.
Thank you!
Eugene.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using a Perl script in Windows without installing perl
by marto (Cardinal) on Dec 17, 2012 at 14:53 UTC | |
by evgen-i (Novice) on Dec 17, 2012 at 15:59 UTC | |
by marto (Cardinal) on Dec 17, 2012 at 17:00 UTC | |
|
Re: using a Perl script in Windows without installing perl
by aitap (Curate) on Dec 17, 2012 at 16:04 UTC | |
|
Re: using a Perl script in Windows without installing perl
by rpnoble419 (Pilgrim) on Dec 17, 2012 at 16:17 UTC | |
|
Re: using a Perl script in Windows without installing perl
by Anonymous Monk on Dec 17, 2012 at 15:06 UTC |