perl sublime text build system

Ubuntu
{
“cmd”: [“perl”, “$file”],
“file_regex”: “.* at (.) line ([0-9])”,
“selector”: “source.perl”,
“encoding”: “utf-8”
}

Windows
{
“cmd”: [“perl”, “-w”, “$file”],
“file_regex”: “.* at (.) line ([0-9])”,
“selector”: “source.perl”,
“encoding”: “utf-8”
}

    原文作者:Waste_Land
    原文地址: https://www.jianshu.com/p/d0aea26b8cb4
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞