美文网首页
perl sublime text build system

perl sublime text build system

作者: Waste_Land | 来源:发表于2015-03-21 22:35 被阅读41次

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"
}

相关文章

网友评论

      本文标题:perl sublime text build system

      本文链接:https://www.haomeiwen.com/subject/jczwxttx.html