in reply to What are the criterias of a "good" Perl IDE?
Use cases:
- Take me to the definition of this routine.
- What routines are defined in this module?
- What methods do I have available on this object?
- Rename all occurences of this variable name
- in the current scope
- globaly, throughout the project
- Rename this routine throughout the project.
In Section
Seekers of Perl Wisdom