I suggest you just try it. It will not cost you anything. That quote can be true for *anything* really. Perl is certainly not the hardest language to learn, probably one of the easiest. It certainly is one of the most flexible languages I have learned (there are several ways to do anything in Perl). The nice thing about it is it's one of the most portable languages out there. Just download Perl for your particular platform (comes with all Linux distros and is usually installed right off on any commercial *NIX). If you're stuck with Windows I would suggest installing Active Perl:
www.activeperl.comThere are some concepts in Perl that can rack your brain (regular expressions). Perl really is a very cool language and works perfectly as a very powerful scripting language for both Operating System level scripting and web server scripting.
[ February 27, 2002: Message edited by: VoidMain ]