奥礼网
新记
perl 脚本中,“$?” 是什么意思
有如下语句:
if [ $? -ne 0 ]
then
...
else
...
请问这个if语句中 $? 是什么意思
举报该文章
相关建议 2009-03-07
$?是前面某个子进程或系统调用(比如用system调用)运行的结果代码,一般0表示运行成功。
温馨提示:内容为网友见解,仅供参考
当前网址:
https://aolonic.com/aa/443wkdwa.html
其他看法
无其他回答
相似回答
大家正在搜
相关问题
shell脚本中.是什么意思
perl 程序中$?代表什么?
perl 脚本中 print $?; 这行代码是什么意思?s...
请问在Perl语言里面$.代表什么意思?
perl里面的$|=1是什么意思?
shell脚本中的“$<”是什么意思?
perl脚本中$ARGV[0]是什么意思
Perl语言里面“”$.”代表什么意思?