From: ccc31807 on 25 Jun 2010 09:30 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.
From: Marc Girod on 25 Jun 2010 09:38 On Jun 25, 2:30 pm, ccc31807 <carte...(a)gmail.com> wrote: > 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? Conjecture: Big companies impose top-down commercial/expensive tools, and adopt bottom-up free/cheap ones. The management who is in charge of the expenses has no competence/ interest in technology anyway. They get interested in the budget: picking expensive tools, they grow their budget, and thus their own power inside the company. The game is for them to justify the costs, thus to force people to use the tool. Marc
From: Bradley K. Sherman on 25 Jun 2010 09:45 In article <5adbca05-bb76-425b-ac61-847fb970fdb6(a)a30g2000yqn.googlegroups.com>, ccc31807 <cartercc(a)gmail.com> wrote: > >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
From: John Kelly on 25 Jun 2010 09:54 On Fri, 25 Jun 2010 06:38:11 -0700 (PDT), Marc Girod <marc.girod(a)gmail.com> wrote: >The management who is in charge of the expenses has no competence/ >interest in technology anyway. They get interested in the budget: >picking expensive tools, they grow their budget, and thus their own >power inside the company. It's a Dilbert world. -- Web mail, POP3, and SMTP http://www.beewyz.com/freeaccounts.php
From: Tad McClellan on 25 Jun 2010 10:01 ccc31807 <cartercc(a)gmail.com> wrote: > How much of Perl usage is bottom up, rather > than top down? Most of it. > 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. > Or do some significant number of companies make a > deliberate decision to use Perl and impose it in a top down fashion? That happens too, but it is rare. I expect that even those are the result of someone using Perl as you describe above (and then getting promoted to a policy-making position). Those are the companies I try to find when I need a contract :-) -- Tad McClellan email: perl -le "print scalar reverse qq/moc.liamg\100cm.j.dat/" The above message is a Usenet post. I don't recall having given anyone permission to use it on a Web site.
|
Next
|
Last
Pages: 1 2 Prev: Perl in the workplace Next: FAQ 9.1 What is the correct form of response from a CGI script? |