Analysis updated 2026-07-19 · repo last pushed 2015-12-11
Catch typos and syntax mistakes in Perl scripts while editing in Sublime Text.
Get instant feedback on missing semicolons or misspelled variable names without running the script.
Validate Perl code used for data processing scripts before execution.
Customize module search paths so the linter finds dependencies in additional folders.
| relequestual/sublimelinter-perl | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | Python | Python | Python |
| Last pushed | 2015-12-11 | 2022-11-22 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires both the SublimeLinter framework and a working Perl interpreter to be installed and accessible on your system.
SublimeLinter-perl is a plugin for the Sublime Text code editor that checks your Perl code for errors as you type. Instead of waiting until you try to run your program to discover you made a typo or syntax mistake, this tool highlights problems right in your editor immediately. The plugin works by connecting Sublime Text to the standard Perl interpreter already installed on your computer. When you edit a file that Sublime Text recognizes as Perl code, the plugin sends your code to the interpreter to check for syntax errors. It then displays those errors directly in your editor so you can fix them before they cause real problems. This tool is designed for developers and hobbyists who write Perl code in Sublime Text and want immediate feedback. For example, if you are building a script to process data files and you accidentally leave out a semicolon or misspell a variable name, the plugin flags the mistake instantly. This saves you the frustration of saving your file, running it from the command line, and seeing an error message that might not clearly point to the exact line. To use it, you need to already have the main SublimeLinter framework installed, which is a popular tool for adding error-checking to many different programming languages. You also need to have Perl itself installed and accessible on your system. Beyond standard settings, the plugin offers one customization option called "include_dirs," which lets you specify additional folders where the tool should look for code modules your program depends on.
A Sublime Text plugin that checks Perl code for syntax errors as you type, highlighting mistakes immediately instead of waiting until you run the program.
Mainly Python. The stack also includes Python, Perl, Sublime Text.
Dormant — no commits in 2+ years (last push 2015-12-11).
No license information is mentioned in the explanation, so the license terms are unknown.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.