perl sublime text build system

2015-03-21  本文已影响41人  Waste_Land

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

上一篇 下一篇

猜你喜欢

热点阅读