Re: Multiple entry points (MS Windows)
Oliver Betz <[email protected]> Fri, 24 Apr 2020 19:40:58 +0200
| Newsgroups | gmane.comp.lang.perl.par |
|---|---|
| Message-ID | <[email protected]> |
Hi Johan, >> which benefit do you expect from packing: >> >> Avoiding "installation", reducing size, or something else? > > Mostly avoiding complexity and unnecessary overhead. The cli version is > fully contained in the gui version. Which kind of complexity and overhead do you mean? What would be the drawback of using a (subset of a) portable Perl distribution together with your Perl code, IOW just a bunch of files, and run it directly? Oliver