Tips & Tricks
Cycle through Windows
You can cycle through open windows of DzSoft Perl Editor by pressing Ctrl+Tab.
Block Indent/Unindent
You can indent a block of text by selecting it and pressing the Tab button. To unindent a it, please use Shift+Tab the same way.
Help on Function
To get help on a Perl function, please put the cursor on it and press Ctrl+F1 (or use the context menu):

Go to Sub
You can scroll the editor to a subroutine by putting the cursor on it's reference and pressing Shift+Ctrl+Down (or use the context menu):

Find Closing Bracket
To find a corresponding closing bracket for an opening bracket, please put the cursor before or after the opening bracket and press Shift+Ctrl+Up (or use the context menu):

|