LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Free Perl IDE?? (https://www.linuxquestions.org/questions/programming-9/free-perl-ide-336698/)

coolblue 06-24-2005 04:14 AM

Free Perl IDE??
 
Hi
Is there any nice FREE Perl IDE? I know of komodo but its commercial...forget it. Anyone knows a free IDE for Perl?

One more question: Are emacs/vim simply editors? Can i compile my code with it or do i have to run to the terminal?

Thanks

Newbie

keefaz 06-24-2005 05:07 AM

Try quanta, from kdewebdev package
Good for html, xml, php and perl

ghaefb 06-24-2005 06:09 AM

I know Minimum Profit text editor supports Perl syntax highlighting...
http://gnomefiles.org/app.php?soft_id=719

reddazz 06-24-2005 08:24 AM

Re: Free Perl IDE??
 
Quote:

Originally posted by coolblue
Hi
Is there any nice FREE Perl IDE? I know of komodo but its commercial...forget it. Anyone knows a free IDE for Perl?

One more question: Are emacs/vim simply editors? Can i compile my code with it or do i have to run to the terminal?

Thanks

Newbie

You can compile code with Emacs, I am not so sure about VIM coz I only use its basic text editing features.

sirclif 06-24-2005 01:52 PM

you can compile code from vim if you have a make file in the directory.

:make

runs the makefile. i like it because if there are any errors, vim jumps the the error and lists it at the bottom.

the commands

:cc

tells you what the current error from the make was, and

:cnext

takes you to the next error.

johnMG 06-24-2005 07:01 PM

I think eclipse has a Perl editor plug-in.

jEdit is nice (if you install a number of plug-ins, it is pretty close to being an IDE).

coolblue 06-25-2005 06:36 AM

Does Kdevelop come close to a Perl IDE??

Thanks

darkflounder 06-25-2005 02:08 PM

Komodo is decent, if a little buggy. And if you keep downloading trial licenses every 21 days...

Not that I'm condoning this practice...

nixcraft 06-25-2005 02:25 PM

What's wrong with vim? It also good one IMPO

simber 03-17-2006 06:27 PM

So, coolblue,
have you got your favourite IDE for Perl? I saw your post here and I am now at the place where you were about a year ago :)Can you suggest anything special?
Thanks..


All times are GMT -5. The time now is 08:43 AM.