Re: free perl editor wanted

2009-02-18 Thread Craig
i use emacs and i like it. --- On Wed, 2/18/09, Alexander Koenig wrote: From: Alexander Koenig Subject: Re: free perl editor wanted To: beginners@perl.org Date: Wednesday, February 18, 2009, 3:29 AM itshardtogetone wrote on 02/09/2009 12:22 AM: > Can someone introduce me a free Perl edi

Re: free perl editor wanted

2009-02-18 Thread Octavian Râsnita
From: "Alexander Koenig" David Shere wrote on 02/18/2009 02:26 PM: If you want an editor that will also allow you to put in breakpoints, and step through code line by line while examining variables, you could use Komodo. I haven't used it for a while but it was a very nice tool when I was firs

RE: free perl editor wanted

2009-02-18 Thread Bob McConnell
From: David Shere > It would be nice if eclipse would do this sort of thing for perl... I believe we just need someone to write those plug-ins, similar to what was done for PHP. Bob McConnell -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h.

Re: free perl editor wanted

2009-02-18 Thread Alexander Koenig
David Shere wrote on 02/18/2009 02:26 PM: > If you want an editor that will also allow you to put in breakpoints, > and step through code line by line while examining variables, you could > use Komodo. I haven't used it for a while but it was a very nice tool > when I was first learning. ... > It

Re: free perl editor wanted

2009-02-18 Thread David Shere
> On Feb 8, 2009, at 5:22 PM, itshardtogetone wrote: > > Can someone introduce me a free Perl editor that also can easily > > produce html codes. If you want an editor that will also allow you to put in breakpoints, and step through code line by line while examining variables, you could use Komo

Re: free perl editor wanted

2009-02-18 Thread Erez Schatz
(This is basically a "name your favourite editor" question. Here's two ideas I found in my own search: 1. Komodo Edit and Komodo IDE (http://activestate.com/komodo_edit/). The Free and non-free versions of an IDE/Editor that is created by ActiveState, who specialise in support for dynamic languag

Re: free perl editor wanted

2009-02-18 Thread Alexander Koenig
itshardtogetone wrote on 02/09/2009 12:22 AM: > Can someone introduce me a free Perl editor that also can easily produce html > codes. > Thanks If you are on Windows, try Notepad++[1]. It knows a lot of formats (including Perl and HTML), is easy to use (if you don't want to learn emacs or vim) a

Re: free perl editor wanted

2009-02-17 Thread James Moser
Any text editor can be used for editing perl or HTML. Neither need to be compiled or anything like that.There are a number of them out there and some people have their favorites. Do you use Windows, Mac, ...? I don't use windows often but I have been meaning to try this one on windows: ht

Re: free perl editor wanted

2009-02-08 Thread Craig
try emacs --- On Sun, 2/8/09, itshardtogetone wrote: From: itshardtogetone Subject: free perl editor wanted To: beginners@perl.org Date: Sunday, February 8, 2009, 5:22 PM Can someone introduce me a free Perl editor that also can easily produce html codes. Thanks