in reply to Re^4: Backdating strict
in thread Backdating strict
The syntax highlighting in Emacs' cperl-mode is extensive and tends to catch most of my syntax errors when I notice that the code did not highlight as expected.
This is particularly useful for catching sigil and subscript typos — CPerl mode highlights direct array and hash lookups accordingly, so if I miss the shift key and type $foo[bar] instead of $foo{bar}, the syntax highlighting will indicate my mistake almost instantly.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Backdating strict
by LanX (Saint) on Nov 19, 2020 at 00:28 UTC | |
by jcb (Parson) on Nov 19, 2020 at 00:41 UTC | |
by LanX (Saint) on Nov 19, 2020 at 00:48 UTC | |
by jcb (Parson) on Nov 19, 2020 at 02:09 UTC | |
by LanX (Saint) on Nov 19, 2020 at 13:13 UTC | |
| |
by Fletch (Bishop) on Nov 19, 2020 at 14:16 UTC | |
by bliako (Abbot) on Nov 19, 2020 at 19:43 UTC | |
|