Hi TracerBlue
I'll assume you're already familiar with html so you need to move onto building some functionality into web pages. I think an excellent place to start, especially if you are new to programming in general, is with JavaScript which deals with Client-side applications. It is a nice language to learn which will have application when you come to look at other languages (it is different from Java - they are definitely not the same).
If you haven't already, I would start with creating your own website and utilising a variety of languages in the construction (doesn't matter if nobody visits it - it will be a learning tool). Store information in a server-side database and use PHP to access the info. Utilise Perl in CGI scripting and some JavaScript as mentioned above - it will give you a feel for what you like and what you can do.
Good luck!
Richard