in reply to Re: ActivePERL is the devil?
in thread ActivePERL is the devil?

use Shell qw( perl ); # { local @ARGV = (...); do $filename; }
Or,
system $^X, 'otherscript', 'someargs';
to ensure the use of the exact same copy of perl.

Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!