How can I compile my Perl script so it can be executed on systems without perl installed?

前端 未结 9 483
挽巷
挽巷 2020-11-29 17:39

I have a .pl file and I want to execute that file in any system even though perl is not installed. How can i achieve it?

Can any one let me

9条回答
  •  粉色の甜心
    2020-11-29 18:26

    Look at PAR (Perl Archiving Toolkit).

    PAR is a Cross-Platform Packaging and Deployment tool, dubbed as a cross between Java's JAR and Perl2EXE/PerlApp.

提交回复
热议问题