常規表達式(一) (Regular expression) # (1) 基本樣式比對"=~" 與"!~ ... 常規表達式(二) # (1) s/// 取代 $_ = "Hello World.\n"; s/World/Bill/; ...
確定! 回上一頁