perllove has asked for the wisdom of the Perl Monks concerning the following question:
I was just thinking during my travel in bus the difference between Java and Perl in terms of distribution of code. When a company sells Java code/software, they typically distribute binaries packed in jars. And their code cannot be viewed unless it is an open source code. I mean they can hide their code in machine code.
My question is how is Perl distributed? If some one writes Perl code for money how should he deploy it, should he give all the code to the customer? I mean the scripts and modules? But what stops them from reselling it or extending it themselves? I wonder if this has something to do with the license of the software which states that any one can freely distribute it and extend it.
Is this the so called obfuscation used for? I know that its not a respectable or decent option but just a random meditation.
20070621 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How is Perl code distrubuted?
by Moron (Curate) on Jun 21, 2007 at 14:19 UTC | |
Re: How is Perl code distrubuted?
by derby (Abbot) on Jun 21, 2007 at 14:48 UTC | |
Re: How is Perl code distrubuted?
by ides (Deacon) on Jun 21, 2007 at 14:50 UTC | |
Re: How is Perl code distrubuted?
by swampyankee (Parson) on Jun 21, 2007 at 16:28 UTC | |
Re: How is Perl code distrubuted?
by marto (Cardinal) on Jun 21, 2007 at 14:16 UTC |