Convert perl script to vba

半城伤御伤魂 提交于 2019-12-05 13:24:05
Corey Cole

Assuming you've got access to a machine that can run Perl, you could try using the PAR Packer utility (pp).

% pp -o hello hello.pl      
# Pack 'hello.pl' into executable 'hello'
# (or 'hello.exe' on Win32)

If you have enough permissions to run VB scripts, you should also have permissions to install the Perl interpreter and just run your script natively.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!