Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for a light and portable perl release and found this one, but it seems there is no activity since 2003, which could be ok for me but I want to know if there is known issues.

So, if you can provide me some feedbacks, you're wellcome :)

share|improve this question
5  
It might help if you would explain exactly what the problem is you're trying to solve, not just what tool you're looking for to solve it with. :) – Mithaldu Nov 17 '10 at 10:31
I'm seeking a script engine in order to make script :), 'cause .bat is really poor, I want to be able to do actions everywhere – ykatchou Nov 17 '10 at 12:56

3 Answers

up vote 4 down vote accepted

From my experience, the best way to make distributable Perl scripts for Windows systems is to use a packager like PAR::Packer or ActiveState's PerlApp.

Of course this only works if you don't need to do anything on the fly. But it works really well if you have a collection of scripts that you want to move around and use on many systems.

share|improve this answer

As a replacement for .bat files, as you indicate in your comments, I have found that I can install enough CPAN modules with Strawberry Perl to make more-or-less cross-platform Perl scripts.

share|improve this answer

See also Is there a portable Perl? which points to the portable version of Strawberry Perl

There is also a Portable Perl from PortableApps

NB: I have used neither one

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.