Perl in the workplace

C

ccc31807

At lunch Wednesday, I took a computer book to read. A stranger asked
me about the book and we struck up a conversation. We conversation was
about technologies used in the workplace (she has an IT job) and the
conversation got around to Perl.

She told me about a job she had previously, where she was told when
she reported to work that one of the other workers had written a
number of Perl scripts, and that she had help run and maintain them.
This was apparently a case where the worker had automated processes
and the employer found them useful enough to keep around.

I told her about my experience -- my job involves reading and writing
data to/from a large institutional database and creating various kinds
of reports. When I started, it was all done by hand, reports were
usually done with MS Office, primarily Excel. I started automating the
big, daily tasks that were critical but also error prone, and now
(five years later) have automated almost all our routine tasks using
Perl. This was a 'bottom up' effort, as none of my upstream knows
Perl.

That got me to wondering. How much of Perl usage is bottom up, rather
than top down? The large businesses in my area pick a technology
(.NET, Java, C++, Struts, Rails, etc.) and require everyone to use
that technology. The people locally that I know who use Perl use it
for individual projects, without official approval or even knowledge.

Is this typical? Or do some significant number of companies make a
deliberate decision to use Perl and impose it in a top down fashion?
Are there any instances of companies having a significant Perl base
and converting it into another technology because of the perceived
unsuitability of Perl?

CC.
 
B

Bradley K. Sherman

That got me to wondering. How much of Perl usage is bottom up, rather
than top down? The large businesses in my area pick a technology
(.NET, Java, C++, Struts, Rails, etc.) and require everyone to use
that technology. The people locally that I know who use Perl use it
for individual projects, without official approval or even knowledge.

Is this typical?
...

Yes, Perl is much better at getting work done than in satisfying
the needs of people in blue-sky meetings.

--bks
 
P

Peter Makholm

ccc31807 said:
That got me to wondering. How much of Perl usage is bottom up, rather
than top down? The large businesses in my area pick a technology
(.NET, Java, C++, Struts, Rails, etc.) and require everyone to use
that technology. The people locally that I know who use Perl use it
for individual projects, without official approval or even knowledge.

I have an idea that most Perl programmers says

- Chose the right tool for the job, which happens to be Perl.

Where some other language advocates says

- Chose Java, which happens to be the right tool for the job.

For a given project the difference isn't clear. Both the Perl
programmer and the Java programmer will chose his previously prefered
language. But in the long term I think that the difference is that
advocates of these other languages is more likeliy to push for their
language to become company wide standard.

But then again - all generalizations suck.

//Makholm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top