Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Yeah, yeah, the "i see dead people Perl" is very popular. Mostly from people who learned ONE programming language at school/university and declare everything else obsolete.

Fancy thing is, most Perl programs usually run out-of-sight, out-of-mind. So people stop thinking about it. I bet you that most of the Fortune500 companies depend on one or another critical business process on some Perl script that is maintained by some guy/gal sitting around in IT and having a lot of fun.

Let's consider an example i know well (which is me, frankly). I'm the lone Perl coder in a major automotive company (Frankly, a it's little bit to small for a Fortune500, though). Even ignoring that big, business critical intranet webtool, there are a lot of small, low-maintenance tools that are actually quite relevant to the company. Lets pick one at random:

Our office printers have a pay per page model, meaning every printed page gets charged to the cost unit of the user who printed it. The central printer server monthly generates a list of all printed pages (summarized per user). Of course, my company beeing a SAP customer, we're unable to directly import said file into our accounting system. So, there's this compiled-to-windows-exe Perl script that converts the file and adds some static fields to make our accounting software happy.

The script is something on the order of 100 lines, took less than an hour to develop and has in the last years required something on the order of 15 minutes maintenance. Take that Java/Python/C/C++ developers!

Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.

In reply to Re: Why do people say 'Perl' is dead?!?! by cavac
in thread Why do people say 'Perl' is dead?!?! by lblake

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 04:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found