http://www.perlmonks.org?node_id=995458


in reply to How to write out a Perl script and run it in as few keystrokes as possible.

I normally run with three windows (Linux terminal sessions) --
  1. my source code
  2. my input data
  3. the Perl debugger
Save the source; step through the code with the debugger; determine where I went wrong; fix the source code; repeat loop until done.

----
I Go Back to Sleep, Now.

OGB

  • Comment on Re: How to write out a Perl script and run it in as few keystrokes as possible.