perl
-bash: /usr/local/nagios/libexec/check_mysqld.pl: /usr/bin/perl^M: bad interpreter: No such file or directory
perl? check_mysqld.pl 就正常
只需在代碼開頭加上 -w
#!/usr/bin/perl -w
轉載于:https://www.cnblogs.com/ccccccccc/p/3457950.html
總結
- 上一篇: 基于opencv的手写数字字符识别
- 下一篇: GLSL着色语言学习。橙皮书第一个例子G