Notepad++打開pl文件F5錄入命令分別保存。
Run_Perl(F9):
cmd /k F:\Strawberry\perl\bin\perl.exe -w "$(FULL_CURRENT_PATH)" & ECHO. & PAUSE & EXIT
Debug_Perl(F10):
cmd /k F:\Strawberry\perl\bin\perl.exe -d "$(FULL_CURRENT_PATH)" & ECHO. & PAUSE & EXIT
設置->管理快捷鍵->Run commands,就能看到錄入完成的命令:
Perl 獲取cpu使用率 http://www.linuxidc.com/Linux/2013-06/85950.htm
Perl中pop與push函數 http://www.linuxidc.com/Linux/2013-01/78154.htm
【Perl腳本】找出日志中的錯誤信息並發送郵件 http://www.linuxidc.com/Linux/2012-11/75069.htm
用Perl 從MySQL取出數據做統計分析代碼 http://www.linuxidc.com/Linux/2012-02/53289.htm
Perl語言入門 第六版中文清晰PDF http://www.linuxidc.com/Linux/2014-08/105402.htm
為什麼Perl 6花了如此長時間開發 http://www.linuxidc.com/Linux/2015-07/119965.htm
Perl 的詳細介紹:請點這裡
Perl 的下載地址:請點這裡