I'm having a little trouble understanding the question. Are you expecting Perl 
to compile into an executable program like C would do? If so, Perl doesn't do 
that. Perl is an interpreted language, and compiles when called, then executes. 
The script is loaded by the interpreter, and must have the interpreter to run.

It also sounds like you are looking for a Perl debugger. There are many 
available, but what is available changes regularly. Komodo is an IDE and works 
well from what I understand (but it has been a long time since I have used it). 
If you're looking for a freeware IDE with a debugger, you might try searching 
using your favorite search engine, or maybe someone has a suggestion on what is 
currently available in the freeware world.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of prapulla rani
Sent: Wednesday, August 08, 2007 1:21 AM
To: perl-win32-users@listserv.ActiveState.com
Subject: a simple program





hi
 am learning c language .
                  in the same time i am  learning  perl lanuage so i want one
   perl  program to compile with debugging  in cygwin .  including each
   step is  running debugging commands also  i want.
    please send me reply as early as possible
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to