Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

editor for perl

Status
Not open for further replies.

wimvanherp

Programmer
Mar 3, 2001
149
BE
I just started with perl on windows and i want to know if there are good (and free ?) editors wich are better suited for the use of perl then the standard editor of windows .


Wim Vanherp
Wim.Vanherp@belgacom.net
 
I'm a fan of UltraEdit. It's shareware, but pretty versatile as far as any programming goes. You pretty much just need a text editor with syntax highlighting and indent control features. The rest is personal preference fluff.

Go to and download the trial. I really love it. You can download/create syntax highlighting files for other types, too.

The windows ports of the unix editors might be nice, too, though I haven't used them.

----------------------------------------------------------------------------------
...but I'm just a C man trying to see the light
 
Thanks a lot guys, I' ll try it out.

Wim Vanherp
Wim.Vanherp@belgacom.net
 
I tried the open-perl-ide, but when I try to compile I get the following error (in helloworld.pm)
afterwards it is not possible to compile anymore and the icon stays in the taskbar.
do you have any idea tgus ?


No DB::DB routine defined at C:/Perl/lib/File/Spec.pm line 4.
Compilation failed in require at perl5db.pl line 40.
BEGIN failed--compilation aborted at perl5db.pl line 40.
Compilation failed in require.
BEGIN failed--compilation aborted.

Wim Vanherp
Wim.Vanherp@belgacom.net
 
Forget my last question tgus. I found out that I needed the patch for perl 5.8.
It really looks to be a great program !!

Wim Vanherp
Wim.Vanherp@belgacom.net
 
Hi Wim,

I'm glad you like it. It's one of the only ones listed here so far that is FREE and a true IDE.

You can do a lot of cool things with it.

The thing I like the best I think is the ability to 'walk' throught the code line by line and check the value of variables by hovering the mouse over the variable name.

So often when things aren't working as expected, you'll find that the wrong value is in a variable. And that makes it so much easier to fix whatever the problem.

Nathan,
I looked at jEdit too. I like some of the features it has to offer. However, it does act and feel like a java program. It's a little slow sometimes.

As an editor I think I might add it to my collection of software tools. But it's not a true IDE so I probably won't be using it to write perl scripts.

tgus

____________________________
Families can be together forever...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top