Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Plenty of Practical Perl Problems?

by roboticus (Chancellor)
on Jul 25, 2007 at 11:37 UTC ( [id://628664]=note: print w/replies, xml ) Need Help??


in reply to Plenty of Practical Perl Problems?

loris:

When people at work ask me why I do stuff in perl, I often show 'em a couple of the more convincing examples that I've encountered:

  • Query a database (DBI, DBD::ODBC), format the results into a spreadsheet (Spreadsheet::WriteExcel), and then EMail (I forgot which package I use here) the resulting file to a distribution list.
  • Query several different databases (DBI, DBD::ODBC), correlate the data (hash), and dump a simple report.
  • Rip through a text report and find anomalous records. Yeah this one is an easy awk script too, but the more I use perl the less often I reach for awk...
  • ...roboticus

    Log In?
    Username:
    Password:

    What's my password?
    Create A New User
    Domain Nodelet?
    Node Status?
    node history
    Node Type: note [id://628664]
    help
    Chatterbox?
    and the web crawler heard nothing...

    How do I use this?Last hourOther CB clients
    Other Users?
    Others having an uproarious good time at the Monastery: (4)
    As of 2024-04-19 22:30 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found