in reply to Re^2: Compilation error in the perl script
in thread Compilation error in the perl script

I normally recommend vim, but it has quite a large learning curve. I think Notepad++ has decent syntax highlighting and code continuation, but I don't remember for certain (I use Unix).

Notepad can indent, but not automatically. Typical indenting is one tab per block. However, the standard indenting if possible in your editor is set your tab to four spaces. Here's an article on how to set Notepad++ to 4-space tabs.

  • Comment on Re^3: Compilation error in the perl script

Replies are listed 'Best First'.
Re^4: Compilation error in the perl script
by james28909 (Deacon) on Aug 03, 2015 at 23:11 UTC
    Yes notepad++ is pretty good, I use it for the few scripts I write and it works a treat. Although, I suggest to go to Settings->Preferences and turn off autocompletion.