perl學習

-e 開關  --在命令行裏直接運行shell $perl -e 'print "hello world\n"'命令行 把perl 語句用單引號括起來是爲和shell命令區分開test   -n 開關  --循環讀date $perl -ne 'print;' test.txt搜索 一行一行的打印文件內容perl $perl -ne 'print if /^abc/;' test.txt循環 按行
相關文章
相關標籤/搜索