搭配中括號及 $1
符合 root 的
$file = `cat /etc/passwd`; if ($file =~ /(root.*)/) { print $1; }
$file = `cat /etc/passwd`;
if ($file =~ /(root.*)/) { print $1; }
發佈留言必須填寫的電子郵件地址不會公開。
留言