in reply to Are we obsessed with CGI?

I personally haven't done any CGI scripting just yet. I probably will at some point in the not-too-distant future, but just now that's not useful to me. I mostly use it to parse log files and either take some action based on that or just report them nicely. Perl is great, not just because of its text-handling abilities, but also for its breadth of potential responses, much of which comes from the massive module library. General scripting is also nice, such as when I need to automate a repetitive but fairly complex task (eg large batch jobs), it's great. I'm new to Perl from regular shell scripting (Bourne and Korn) and C, and what immediately stands out to me is the module library (compared to shell scripts) and the community, such as Perl Monks and a few other places around the net.

That said, yes, I think Perl Monks is weighted a bit towards CGI programming, though certainly not exclusively so. For that reason, one of my favorite areas on the site is CUFP, precisely because I like to see what else can be done with the language -- and come to think of it, that area is a good example of how the site isn't too CGI-centric.