monsignor has asked for the wisdom of the Perl Monks concerning the following question:
Please pardon this humble neophyte, but I am having trouble getting my head around how to set myself up efficiently. The general language documentation is excellent! I love the elegance of the language and I have managed to write several moderately complex scripts just using VIM.
I have been debugging by running perl at the command line, adding print statements for debugging, rerunning, removing the print statements, etc. This seems unnecessarily slow and tedious, so I'm hoping there might be a better way. (For example Python has Idle--when a program dies, it leaves the environment intact so that you can execute code interactively to get more information without having to edit the original code and reproduce the error.
My searches have lead me to many broken links or very old pages. Any guidance would be much appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Workflow / Setup Questions
by stevieb (Canon) on Aug 03, 2022 at 19:14 UTC | |
|
Re: Workflow / Setup Questions
by BillKSmith (Monsignor) on Aug 03, 2022 at 19:39 UTC | |
|
Re: Workflow / Setup Questions -- perl IDE or editor
by Discipulus (Canon) on Aug 04, 2022 at 07:20 UTC |