Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Perl IDE

Reply
Thread Tools

Perl IDE

 
 
George Kinley
Guest
Posts: n/a
 
      04-28-2004
Hi,
Our Company is planning to buy some IDE for Perl, for Windows 2K
As I Searched through Internet, I found quite many of them like Komodo ,
Optiperl, PerlIde(free), etc
Can you suggest which one to buy


 
Reply With Quote
 
 
 
 
Helgi Briem
Guest
Posts: n/a
 
      04-28-2004
On Wed, 28 Apr 2004 13:01:09 GMT, "George Kinley"
<> wrote:

>Our Company is planning to buy some IDE for Perl, for Windows 2K
>As I Searched through Internet, I found quite many of them like Komodo ,
>Optiperl, PerlIde(free), etc
>Can you suggest which one to buy


Perlbuilder from http://solutionsoft.com/perl.htm
is very good. I have used it for years. I have not
tried any of the others.

A lot of people swear by emacs or gvim.

--
Helgi Briem hbriem AT simnet DOT is

Never worry about anything that you see on the news.
To get on the news it must be sufficiently rare
that your chances of being involved are negligible!
 
Reply With Quote
 
 
 
 
Richard Gration
Guest
Posts: n/a
 
      04-28-2004
In article <pWNjc.15189$>, "George Kinley"
<> wrote:


> Hi,
> Our Company is planning to buy some IDE for Perl, for Windows 2K As I
> Searched through Internet, I found quite many of them like Komodo ,
> Optiperl, PerlIde(free), etc
> Can you suggest which one to buy
>


There's a top notch IDE for Perl and it's totally free ... it's called
GNU/Linux. Not sure if it runs on Win2K though ...
 
Reply With Quote
 
John Bokma
Guest
Posts: n/a
 
      04-28-2004
Richard Gration wrote:

> In article <pWNjc.15189$>, "George Kinley"
> <> wrote:
>
>
>>Hi,
>>Our Company is planning to buy some IDE for Perl, for Windows 2K As I
>>Searched through Internet, I found quite many of them like Komodo ,
>>Optiperl, PerlIde(free), etc
>>Can you suggest which one to buy

>
> There's a top notch IDE for Perl and it's totally free ... it's called
> GNU/Linux. Not sure if it runs on Win2K though ...


Sure it does, it's called Cygwin . Some rumours have it that
ActiveState Perl for Win32 with TextPad (not free) and some Win32 GNU
tools also come close

--
John MexIT: http://johnbokma.com/mexit/
personal page: http://johnbokma.com/
Experienced Perl programmer available: http://castleamber.com/
 
Reply With Quote
 
Bernard R
Guest
Posts: n/a
 
      04-28-2004
"George Kinley" <> wrote in newsWNjc.15189
$:

> Hi,
> Our Company is planning to buy some IDE for Perl, for Windows 2K
> As I Searched through Internet, I found quite many of them like Komodo ,
> Optiperl, PerlIde(free), etc
> Can you suggest which one to buy
>
>


Why don't you try the trial versions. Both Komodo and Optiperl have time
limited trials.

 
Reply With Quote
 
Bernard R
Guest
Posts: n/a
 
      04-28-2004
"Richard Gration" <> wrote in news:c6og80$cud$1
@news.freedom2surf.net:

> In article <pWNjc.15189$>, "George Kinley"
> <> wrote:
>
>
>> Hi,
>> Our Company is planning to buy some IDE for Perl, for Windows 2K As I
>> Searched through Internet, I found quite many of them like Komodo ,
>> Optiperl, PerlIde(free), etc
>> Can you suggest which one to buy
>>

>
> There's a top notch IDE for Perl and it's totally free ... it's called
> GNU/Linux. Not sure if it runs on Win2K though ...



I use Emacs on linux and Xemacs on win32 for coding perl. Both take a while
to learn but are well worth the time invested (like perl ^_^ )

I tried optiperl and its quite good but happy enough with *macs.
 
Reply With Quote
 
Robin
Guest
Posts: n/a
 
      04-28-2004

"Helgi Briem" <> wrote in message
news:...
> On Wed, 28 Apr 2004 13:01:09 GMT, "George Kinley"
> <> wrote:
>
> >Our Company is planning to buy some IDE for Perl, for Windows 2K
> >As I Searched through Internet, I found quite many of them like Komodo ,
> >Optiperl, PerlIde(free), etc
> >Can you suggest which one to buy

>
> Perlbuilder from http://solutionsoft.com/perl.htm
> is very good. I have used it for years. I have not
> tried any of the others.


what version of perl are you running and from what source did you get it
from, and what version of perl builder?

That program crashed my perl build.

-Robin




 
Reply With Quote
 
Robin
Guest
Posts: n/a
 
      04-28-2004

"Richard Gration" <> wrote in message
news:c6og80$cud$...
> In article <pWNjc.15189$>, "George Kinley"
> <> wrote:
>
>
> > Hi,
> > Our Company is planning to buy some IDE for Perl, for Windows 2K As I
> > Searched through Internet, I found quite many of them like Komodo ,
> > Optiperl, PerlIde(free), etc
> > Can you suggest which one to buy
> >

>
> There's a top notch IDE for Perl and it's totally free ... it's called
> GNU/Linux. Not sure if it runs on Win2K though ...


Yeah, Linux actually runs on Windowns with Cygwin or Cooperative Linux.
-Robin



 
Reply With Quote
 
Sherm Pendley
Guest
Posts: n/a
 
      04-28-2004
Robin wrote:

> That program crashed my perl build.


Please don't spread FUD. This crashed your Perl, that crashed your Perl, the
other crashed your Perl... Have you ever stopped to consider that what is
crashing your Perl is sitting between the keyboard and chair?

Seriously, what seems more likely to you: That thousands of other people are
having the same problems but keeping quiet about it, that thousands of
other people are using some sort of secret undocumented voodoo to make
these buggy products work, or that you're doing something wrong?

sherm--

--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
 
Reply With Quote
 
Sherm Pendley
Guest
Posts: n/a
 
      04-28-2004
Robin wrote:

> Linux actually runs on Windowns with Cygwin


Please stop parroting posts you don't understand.

Cygwin is *not* "Linux on Windows". It's a package of various user-land GNU
tools - bash, gcc, sed, perl, etc. The tools are built to run natively
under Windows, and the package does not include the Linux kernel in any
form whatsoever.

> or Cooperative Linux.


Ain't soup yet.

sherm--

--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IDE/SATA and IDE/ATA controller mdnchauhan Software 0 05-19-2008 05:30 AM
[IDE] - The Dynamic Opportunity - ActiveState Komodo IDE / Open Source Ilias Lazaridis Python 6 01-28-2006 09:42 PM
[IDE] - need a simple IDE which lists methods and variables Ilias Lazaridis Ruby 13 04-12-2005 01:35 AM
Python IDE like NetBeans/Delphi IDE fowlertrainer@anonym.hu Python 5 04-06-2005 05:56 AM
enhanced ide vs ide AndyPaul Computer Information 1 01-01-2004 03:30 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57