Skip to content

Instantly share code, notes, and snippets.

@jorol
Created November 14, 2017 08:20
Show Gist options
  • Save jorol/a13ff305e313d45cc3be4116a070a5f1 to your computer and use it in GitHub Desktop.
Save jorol/a13ff305e313d45cc3be4116a070a5f1 to your computer and use it in GitHub Desktop.
Sublime text 3 - Perl build system
{
"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