Install ActiveState Perl and Komodo Edit 11.
Komodo Edit is the free light version of Komodo IDE and does not have a built-in Perl Debugger.
Here's how to a run a Perl script in Komodo Edit.
Copy macro below save as runscript.kpt
to this directory
Open Komodo Edit Toolbox and you see the command "Run Perl Script".
Choose your Perl file and click to run.
Komodo Edit is the free light version of Komodo IDE and does not have a built-in Perl Debugger.
Here's how to a run a Perl script in Komodo Edit.
Copy macro below save as runscript.kpt
// komodo tool: Run Perl Script // ========================= // doNotOpenOutputWindow: 0 // insertOutput: 0 // operateOnSelection: 0 // parseOutput: 0 // runIn: command-output-window // showParsedOutputList: 0 // type: command // version: 1.1.5 // ========================= %(perl) "%F"
to this directory
C:\Users\%USERNAME%\AppData\Local\ActiveState\KomodoEdit\11.0\tools
Open Komodo Edit Toolbox and you see the command "Run Perl Script".
Choose your Perl file and click to run.
Click for full image size |
Thanks a lot, but just one correction - the extension should be
ReplyDelete.ktf rather than .kpt (i.e. file should be named runscript.ktf).
Otherwise - perfect, I really appreciate it!
Nice. great Article Thanks..
ReplyDelete