| [reply] |
I recommend you download ActivePerl from http://www.activestate.com. If you just want to get Perl up and running, you don't need all the rest of those programs. Once you've installed ActivePerl, take a look at the Tutorials section of this site.
_______________
D
a
m
n
D
i
r
t
y
A
p
e
Home Node
|
Email
| [reply] |
I use cygwin's port of perl.
You might want to look at that option.
| [reply] |
If you haven't already check out and install activeperl for windows from
activestate It automatically installs tons of excellent doc. All you really need to create your code is notepad. Just save the files with a .pl extension and it will automatically associate them with the perl interpreter. Don't know what else to tell you it really isn't that difficult, although I do all of my perl dev on SCO Unix or Linux.
Hope this helps.
-Aseidas
Sorry about the blank nodes above, I submitted 3 times trying to correct something, made it worse instead, hopefully they will be deleted soon | [reply] |
all you need is notepad,but a really cool notepad replacement is editplus It has syntax highlighting for perl built in, regex-enabled searching, tabbed file windows, and lots more. another more powerful (but not so simple to use) editor is vim there are dozens of other great editors for windows, notepad is not one of them. I know the first thing I download on a new pc (after Perl) is a "real" text editor.
I recommend getting a good book on perl. Assuming you have a basic understanding of programming, the other languages you list suggest this, try Learning Perl it is an excellent intro to Perl.
| [reply] |