Re: Question in Perl



On Aug 27, 9:40 am, leejin...@xxxxxxxxx wrote:
Hi All,

I am learning how to use Perl. When I was first time using VBA, I
could use "F8" to track how all the variables change each by each and
step by step so that I can understand how the coding flows. Is there
any method to do so (or similar) in Perl? Many thanks!

There isn't a dedicated Perl IDE, like VS for VB or C#, or NetBeans
(or Eclipse or BlueJ or JGrasp or JBuilder, etc) for Java, or LispBox
for Lisp. Unless you buy a an IDE (like the Active State product)
you've got to use a text editor and the key chords and function key
mappings are determined by the editor, not by Perl.

On a Windows machine, I use Textpad, Notepad, Winvi, or even edit to
create the source files and run the scripts at the command prompt. On
a Unix/Linix machine, I use vi or emacs to create the files and run
them at the command prompt.

You can run the built in Perl debugger with the -d switch. If you
invoke the debugger, it will allow you to step through the code and
look at your variables.

CC
.



Relevant Pages

  • Re: Dat files help "Att James"
    ... >Perl spews error messages for that misspelling. ... First I run it in a Program called Perl Builder ... So if I'm going to use from the command prompt I would use the back ... 1....I have a load of dat files in a folder called users this is in the ...
    (comp.lang.perl.misc)
  • Re: Unwanted Paste behavior
    ... But the app ... Usually if I leave Bat/CMD I go to Perl since it is so much easier than ... or at the command prompt. ... What's odd is that Echo. ...
    (microsoft.public.windows.server.general)
  • Re: Unwanted Paste behavior
    ... It was staring ... But the app ... Usually if I leave Bat/CMD I go to Perl since it is so much easier than ... or at the command prompt. ...
    (microsoft.public.windows.server.general)
  • Re: Help Please!!! External APP passing value to Perl- Problem Resolved
    ... Acutally external APP was passing value to ... command prompt so the first option did work. ... > is writing, and your Perl program needs to read), you'd get the value from ...
    (perl.beginners)
  • Re: Perl vs. W2000
    ... >default to the test directory on c: via the command prompt (e.g., ... in a perl script it is normal to have the first line start with: ... >different from where the script resides, ...
    (microsoft.public.win2000.general)