Scripting Perl
Corso di Perl
———
Examples
———
Info
———
Perl2exe
# apt-get install libpar-packer-perl
oppure
# wget https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/PAR-Packer-1.014.tar.gz
Successivamente si può creare l'eseguibile/binario:
# pp -o file_output file_perl_input.pl
Per Windows installare il modulo Packer PAR, da prompt:
C:\>cpan App::Packer:PAR
———
@INC
———
Compilazione
1. perl Makefile.PL
2. make
3. make test (if test fails digit make clean)
4. make test TEST_VERBOSE=1 (if any of the t/* tests fail)
5. make install (if the tests look okay)
Per vedere le librerie installate lanciare il comando: instmodsh
———