0
点赞
收藏
分享

微信扫一扫

Perl - Linux 执行.pl脚本

禾木瞎写 2022-06-27 阅读 65

1. 创建perl并命名为test.pl

vim test.pl (保存退出)

2. 为test.pl添加权限

chmod 0755 test.pl

3. 执行test.pl

./test.pl


举报

相关推荐

0 条评论