Re: perl IDE recommendation?

2007-12-07 Thread Oded Arbel

On Thu, 2007-12-06 at 13:28 +0200, Gabor Szabo wrote:
 On Dec 6, 2007 11:33 AM, Hetz Ben Hamo [EMAIL PROTECTED] wrote:
  Hi,
 
  I was wondering if someone could recommend a good IDE program with
  perl support. I need an IDE will full support for debugging perl,
  breakpoints, step by step, showing values at any time etc, and if
  possible, to have an auto complete functionality, etc...
 
  I've seen epic which runs using Eclipse and I would like to hear
  about other solutions please.
 
 You can use Komodo but that costs money.
 I think they have a free version without the debugging part.

Indeed. Komodo is an excellent product (I've used it in the past with a
personal edition that is no longer sold) and I would have said that
its features are well worth the cost - if it wasn't so damn expensive. I
don't think that at this time when eclipse offers free IDE for almost
anything they can charge so much for an IDE, but at this time they are
still much ahead of the competition so they're business model is still
valid.

--
Oded


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



perl IDE recommendation?

2007-12-06 Thread Hetz Ben Hamo
Hi,

I was wondering if someone could recommend a good IDE program with
perl support. I need an IDE will full support for debugging perl,
breakpoints, step by step, showing values at any time etc, and if
possible, to have an auto complete functionality, etc...

I've seen epic which runs using Eclipse and I would like to hear
about other solutions please.

Thanks,
Hetz

-- 
Skepticism is the lazy person's default position.
my blog (hebrew): http://benhamo.org

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: perl IDE recommendation?

2007-12-06 Thread Gabor Szabo
On Dec 6, 2007 11:33 AM, Hetz Ben Hamo [EMAIL PROTECTED] wrote:
 Hi,

 I was wondering if someone could recommend a good IDE program with
 perl support. I need an IDE will full support for debugging perl,
 breakpoints, step by step, showing values at any time etc, and if
 possible, to have an auto complete functionality, etc...

 I've seen epic which runs using Eclipse and I would like to hear
 about other solutions please.

You can use Komodo but that costs money.
I think they have a free version without the debugging part.

What I do is use a standard editor (vi in my case) and either the built-in
Perl debugger or the graphical debugger called Devel::ptkdb.


Gabor
-- 
Gabor Szabo
http://www.szabgab.com/
Perl Training in Israel  http://www.pti.co.il/
Profile: http://www.linkedin.com/profile?viewProfile=key=82476

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]