sublime text执行perl程序

http://hi.baidu.com/fwwlhcjfphdgwxr/item/3d76dc2778637af851fd8763


Sublime运行Perl程序

新建Perl目录,新建一个,

Tools->Build System->New Build System.输入以下内容:

{
"cmd": ["perl", "-w", "$file"],
"file_regex": ".* at (.*) line ([0-9]*)",
"selector": "source.perl"
}


保存为文件名Perl.sublime-build


发布了80 篇原创文章 · 获赞 33 · 访问量 47万+

猜你喜欢

转载自blog.csdn.net/tower888/article/details/18460659