On 9/14/07, Santana <[EMAIL PROTECTED]> wrote: > Hei aill, > i'am new in PERL and i would like to ask what are development > envirment that you use ? > And if is possible to make a debugg in PERL like JAVA or Visual > Basic ? snip
The Perl interpreter provides commandline style debugging. There are many IDEs for Perl, but many people prefer simple text editors such as VI or Emacs (I can't believe I just called Emacs simple). If you are used to a highly graphical user interface I would suggest ActiveState's Komodo. There is a free version and a $300 version. The free version lacks the debugger and a bunch of other nice, but unnecessary features: http://activestate.com/Products/komodo_edit/edit_vs_ide.plex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/