Skip to content

Instantly share code, notes, and snippets.

@myd7349
Forked from akamola/Perl.sublime-build
Last active August 29, 2015 14:06
Show Gist options
  • Save myd7349/b9489409fea1b2b542bc to your computer and use it in GitHub Desktop.
Save myd7349/b9489409fea1b2b542bc to your computer and use it in GitHub Desktop.
{
"cmd": ["perl", "-w", "$file"],
"file_regex": ".* at (.*) line ([0-9]*)",
"selector": "source.perl"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment