Comment Don't discount Perl (Score 1) 466
Yeah, Perl is old (but... not really) and considered clunky (but... not really).
And a novice can write some really ugly code in Perl... which gets stuff done and pronto.
There are gazillion of Perl modules on CPAN so there's usually you can find that is similar to what you're trying to do, or can be easily tweaked what you want to do.
And (GASP!!), you can write enterprise worthy code in Perl. (.. no, it's true, I've actually seen it, and currently do it).
A decent code editor (aka Komodo) will make the job much easier but even the lowly notepad++, kate/gedit, vim/emacs, ultraedit/uex will yell at your syntax errors in a supportive yet loving way.