What Is Perl Used for?

What is Perl used for?
Recently I was asked What is Perl used for?. I typed in the question in Google but I did not get a satisfactory answer. So I decided to spend some time wring up a list of fields and some example application just to end up pointing to 3 much better lists.
Web site and web application development
Perl is one of the major players in this field though it makes less noise than some of the other languages.
There are several modern frameworks for web applications development in Perl such as Catalyst, Jifty, Mojo and Titanium.
In addition many companies maintaining their own stack of libraries for writing their web application.
A couple of web applications that are written in Perl: Movable Type, Melody, WebGUI, LiveJournal, DreamWidth, The Internet Movie Database Ticketmaster and Booking.com. Just to name a few.
Test Automation
Perl has an extensive test framework and tools to test any application regardless of the language that was used for the application. Perl can be used to test Web applications, Databases, Networking devices, File systems and even desktop applications. Just to name a few.
Configuration Management
Perl has been packaged with ClearCase and is the most common language to create the customization level connecting the version control system, the build and packaging system with the testing system and the bug tracking system.
System Administration
One of the original goals of Perl was to unify and replace all the small tools available on Unix. Today every Unix or Linux system comes with perl and many of them depend on perl to do all the tasks related to system management.
e.g. SpamAssassin is one of the leading Spam filters.
Bioinformatics
I don't know much about bioinformatics but there is a wealth of information for people in the field on the Bioperl web site. You might wan to start with the article on How Perl saved human genome.
Desktop Application Development
Perl has less penetration in the Desktop...