Perl Function Navigator

EditRocket provides a tools for displaying a clickable list of Perl functions contained in the programming editor. The Perl function navigator can be launched using the Code - Function / Method Navigator menu item. It is also contained as a tab on the Perl sidekick. The ctrl or cmd + shift + n keyboard shortcut can also be used to display a popup window listing all of the functions in the current editor.

The Perl function navigator works by parsing the currently active editor tab for Perl functions. Each function found is displayed in an alphabetical list in a new side window. Clicking on the arrow button next to the function in the list takes the user to the line of the editor containing the first line of the function.