perl程序编译

perl程序编译:

perl Makefile.PL
make
make test
make install

 

python程序编译:

1 python file.py

 

C程序编译:

1 gcc -g hello.c -o hello

 

posted @ 2019-09-17 10:39  凌空a  阅读(506)  评论(0编辑  收藏  举报