I'm not quite sure that this is on-topic (if it isn't, I'll delete it ASAP =)).
I've decided to start teaching myself Perl and how to use it for web development. I've done the same about a year ago with Python, and although I'm not an expert (I code in Java during work hours, and spend some personal time trying out other stuff), I've been able to create some websites using Django, and I've used ProjectEuler problems to get to know the basics of the language.
From my first approaches, Perl seems to have a steeper learning curve then Python.
I've been looking at some Web dev. frameworks for Perl and stumbled upon Catalyst, which seems very interesting.
My question here is: Is it even worth it to try it out while still struggling a bit with the language, or will I be wasting my time? Should I master Perl first, and then perhaps CGI before jumping into a framework that probably abstracts many concepts from the developer?
Thanks for any insight!