2017-08-31T06:54:37 Max_PerlbeginnerGgf. kann man dies ja mit den vorhandenen perl Compilern (wie z.B. PAR/pp) verbinden, falls Du Dein Programm wirklich closed source verteilen willst.
Quote-f, --filter=FILTER
Filter source script(s) with a PAR::Filter subclass. You may specify multiple such filters.
If you wish to hide the source code from casual prying, this will do:
% pp -f Bleach source.pl
If you are more serious about hiding your source code, you should have a look at Steve Hay's PAR::Filter::Crypto module. Make sure you understand the Filter::Crypto caveats!
2017-09-01T07:19:42 Rino5Kann man für den gcc einen Proxy angeben?