I guess I should give Perl/Python another try...
Now if only it didn't take so long before being able to write something actually *useful*, I wouldn't give up so easily
I don't know about Perl, I'm assuming it'd be the same way, but with Python, it's SUPER easy, fun, in fact, to get up and going, and make useful programs with it. Python's syntax is such that you have to write decently clean looking code, as indentation is actually a way of dividing things up. This is unlike Perl, or even C, where you could just about omit white space to your heart's content, and make it look like a huge mess.
If you're interested, you should pick up the O'Reilly book,
Learning Python. It's very short, and it gives you a good foundation that you can use and extend to checking out a book like
Python Standard Library, which provides useful examples for programming with the various modules that come in the Python Distribution.