1. 创建perl并命名为test.pl
vim test.pl (保存退出)
2. 为test.pl添加权限
chmod 0755 test.pl
3. 执行test.pl
./test.pl
Perl - Linux 执行.pl脚本
阅读 65
2022-06-27
1. 创建perl并命名为test.pl
vim test.pl (保存退出)
2. 为test.pl添加权限
chmod 0755 test.pl
3. 执行test.pl
./test.pl
相关推荐
精彩评论(0)