Note:
This instructable is for people that think that programming is some sort of magical thing that you need expensive programs or high tech skills to do. Hopefully this instructable will remove the veil from their eyes to show them that it is easy and accessible to anyone with a computer. If you want to learn more, buy a book. The 'Sam's Teach Yourself ... in 30 days' books are good.
Remove these ads by
Signing UpStep 1: Get the necessary stuff
So, you'll need a 'Perl Interpreter' to understand the code you type. Get ActivePerl (a Perl interpreter) here:
http://www.activestate.com/Products/ActivePerl/
click download, enter fake name, etc
If using windows download the MSI, if it doesn't work download the AS package instead.
once downloaded, install it (just double click it, then use all the default options in the install).









































Visit Our Store »
Go Pro Today »




I use a program called OptiPerl.
Almost a WYSIWYG
:0)
If you're like me and get really bored with reading after a while and find your attention drifting then definitely get something from the Head First Series. I wish I had these at school.
http://www.oreilly.com/store/series/headfirst.csp
The Head First HTML/DHTML/CSS is so easy to read you will be coding web pages in no time. I havent used Perl but to the best of my knowledge it is a scripting language, if you wanted to become more of a 'coder' I would recommend looking at something Object Orientated such as Java.
http://www.amazon.com/gp/product/0201354934/102-7783616-1096912?v=glance&n=283155
it is fantastic, incredibly easy to learn from. Teaches you visualy (hence 'visual quickstart') by showing you lots of screenshots, etc.