Skip to content

Instantly share code, notes, and snippets.

@akamola
Created March 15, 2013 12:06
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save akamola/5169431 to your computer and use it in GitHub Desktop.
Save akamola/5169431 to your computer and use it in GitHub Desktop.
Sublime Text 2: Build system for Perl
{
"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