Perl調用shell命令方法小結

1、system perl也能夠用system調用shell的命令,它和awk的system同樣,返回值也是它調用的命令的退出狀態. shell 複製代碼 代碼以下: [root@AX3sp2 ~]# cat aa.pl #! /usr/bin/perl -w $file = "wt.pl"; system("ls -l wt.pl"); $result = system "ls -l $file
相關文章
相關標籤/搜索