| |
||||
| As information technology restructures the work situation, it abstracts thought from action. -- Shoshana Zuboff (b. 1951), U.S. social scientist. | ||||
|
|
||||
|
|
||||
|
Introduction
I need to point out that I am not a perl biggot. I support and use other languages as appropriate and I am always ready to be moved to a new, better development language. I try to use perl to solve real world problems. I find that for web publishing, it's ability to handle text is a natural fit. 25-Nov-2011: My professional life has moved in another
direction. We have embraced the Windows world -- more
specifically SharePoint. I still use perl (ActiveState) to
develop utilities quickly and still maintain some perl-based
applications for the web, but my involvement with the language
is quickly becoming minimum. PowerShell is becoming my scripting
language of choice to deal with the Microsoft environment. Check
out the Bob
Breedlove blog for my thoughts on this environment and my
interaction with it. Maybe I'll even start a section here. Updated: 26-Nov-2011 Web Site Automation
I should tell you that a great deal of my work is done in the background and that many of the pages produced for web sites end up being static web pages when published. I find that this improves web site performance since changes are only necessary when someone changes content. I generally work to the objective of minimizing the amount of resources expended by creating new content only when something changes. Generally, my dynamic web pages are actually static pages generated when the content changes. This minimizes the amount of resources required to display the page--an activity that takes place much more often than modifying content. Updated: 19-Aug-2004
Web ServicesYou don't often think of perl when you think of web services. Web services seem to be the pervue, primarily of the Java Community. But perl can be used to integrate into a web services framework. I have worked with the SOAP::Lite set of perl modules to experiments with web services. Like a lot of web services developers, I haven't actually done anything real but I have created modules which can access web services as clients. Updated: 2-Oct-2007 ExamplesI thought you might want to see some of the things I have done on the web with perl. Unfortunately, a large number of these are hidden behind the corporate firewall, and are therefore, not visible. Here are some that are.
Updated: 26-Nov-2011
Modules
Updated: 2-Aug-2004 |
|
||
| |
||||
| © Bob Breedlove all rights reserved 2004 |