perl 打包linux

pp -u -B -f Bytecode -M ByteLoader ./display_text_table.pl   -- 这样方式打包出来是用bytecode表示的perl代码

pp -u -B ./display_text_table.pl   -- 这样方式打包就是不加密代码的意思