2012年10月1日 星期一

perl script to binary

Reference:
http://mach.debagua.com/archives/2006/1113_000370.html
http://www.yed.info/archives/22.html
http://par.perl.org/wiki/Main_Page

1. install perl module: PAR, PAR::Packer.
    如果安裝發生錯誤,請到 http://search.cpan.org/ 下載 module.tar.gz 並安裝。
    安裝方法都是:
    tar zxvf module.tzr.gz
    cd module
    perl Makefile.PL
    make
    make install
2. convert perl script to binary
    command: pp -f Bleach -o hello hello.pl
    建議加紅色的參數,這樣可以保護 source code。

沒有留言:

張貼留言