What are the most important features of an IDE for Perl development? [closed]
The most important feature of an IDE for Perl development (including Padre) is: an interactive debugger that actually works. E.g. remembering breakpoints, ability to drill down into complicated data structures, and copy (to clipboard) should work on watched variables – including a menu command Copy Special that allows putting it in various formats; say CSV, … Read more