驗證網址irw.ncut.edu.tw安全性

Perl 筆記 Perl note - 勤益電算中心Intranet

數字與字串的轉換 在一般語言裡,數字與字串是無法相加的,但在Perl之中將其皆視為純量,所以單純看運算元來決定純量當時應該視為數字還是字串。 $a=123; $b="456"; print $a+$b, "\n"; print $a.$b, "\n"; 純量陣列(array)...

網址安全性掃描由 google 提供