http://www.perlmonks.org?node_id=92036


in reply to Re: How can I share PERL scripts with people who don't have PERL installed?
in thread How can I share PERL scripts with people who don't have PERL installed?

Distributing Perl would definitely be a good idea, as it is free, and then they have the opportunity to change the scripts and run them as necessary.

Depending on the nature of your scripts though, it is always a possibility to make them available to your coworkers via a web browser. Linux comes with Apache, and you can easily set up PWS or IIS on a Windows box, and just make your scripts accessible that way. They could just fire up their browser, and browse out to the perl scripts on your computer. Have fun,
-Eric