Skip to content

Instantly share code, notes, and snippets.

@hfadev
Created July 28, 2012 16:22
Show Gist options
  • Select an option

  • Save hfadev/3193898 to your computer and use it in GitHub Desktop.

Select an option

Save hfadev/3193898 to your computer and use it in GitHub Desktop.
Perl: Sublime Text 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