> > Help me I have been desperatly looking for a compiler and editing
> > program for windows that is free. Please help me!
> 
> You need an interpreter; you can use any text editor you want.
> There are some IDEs (if you don't know what that is, think of
> it as a word processor that knows Perl), most notably ActiveState's
> Komodo (it's in a Beta version now) -- on my computer (1GHz Athlon)
> it's slow as molasses.  I use Notepad, personally.
> 
> ActiveState also makes the interpreter you'll probably want to
> download -- it's called ActivePerl.  This and Komodo can be
> found at www.activestate.com.

You can also get VIM (www.vim.org).  That is a GREAT editor that
recognizes the syntax of MANY languages including perl.  It makes it
easy to find unmatched parens, quotes, etc.  It color codes EVERYTHING.
 Reserved words come up in a different color (so you notice when you
type them incorrectly).  All around WONDERFUL editor!

--Alan


=====
Alan F. Larimer, Jr.
http://www.geocities.com/lrng_lnx/

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to