-2
下面的代碼錯誤了:perl的編譯錯誤
if (! defined $dchash{$location}) {
die "Unrecognized realm: $location";
}
elsif ($dchash{$location}) ne $realm) {
die "Incorrect realm for host in $location, expected $dchash{$location} got $realm";
}
syntax error at ./test.pl line 73, near ") ne"
Execution of ./test.pl aborted due to compilation errors.
什麼是驗證$境界正確的語法是哈希?
在你的代碼中有一個「)」。去掉它。 –
-1對於沒有閱讀您得到的非常明顯的錯誤消息... – pavel