in reply to So Whatcha use perl for anyway?

I've been perling since 95. Mostly web stuff and utilities for various purposes.

Uses I remember:

I don't try to squeeze perl into any projects but for satisfying requirements in data manipulation it has always been the best choice if it doesn't have to be distributed.

Replies are listed 'Best First'.
Re^2: So Whatcha use perl for anyway?
by Viki@Stag (Sexton) on Nov 26, 2007 at 11:43 UTC
    I have been using Perl since 2 yrs.
    And I managed to imagine a soln for any requirement at work, with Perl.
    I have been writing utility scripts that ease my work.
    So I use it for:
    > automate tasks
    > parsing log files
    > parsing excel, xml files
    > generating excel files (reports basically)
    > utility scripts (eg. play mp3 files)
    The best was, a framework developed using only Perl to automate testing of Video Streaming.

    I am amazed at the options Perl offers you to give a soln.

    Truly, "You more than one way to do anything, with Perl"