in reply to Distributing perl

I indeed want to redistribute Perl itself commercially together with my scripts which are in source. Looking at the comments this should not be a problem as long as I pick the right distribution. I am not sure at this point if the ActiveState ActivePerl distribution is within this category. Thank you all for the quick comments! Robert

Replies are listed 'Best First'.
Re^2: Distributing perl
by perlfan (Parson) on Aug 13, 2006 at 13:59 UTC
    If you do a little bit of work during development, you can ensure that your applications work with the version the current "latest" Perl - or better yet, based off of 5.6.1. It just seems like a huge, unecessary burden to make sure the client is using *your* version of Perl. If someone gave me an app + the Perl he wanted me to use, I most certainly no install his Perl...in fact, I'd just use my own rather than have multiple versions of Perl floating around on my machine (especially if it was a windoze box).