spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / web / programming / perl / 101

Perl 101

Developer News
MicrosoftÂ’s Automated Agent: Can We Talk?
Borland Finally Sells CodeGear
Red Hat Heads For The JON 2.0

How to install a basic Perl script on a Web server

By Scott Phillips (scott@reflector.net)

One of the first things I learned when I began to write HTML is that it is relatively simple to create a Web site. I have always thought that, given the time and resources, I could train a monkey of average intelligence to design a simple Web site. However, what HTML lacks is the ability to enable true interactivity on a Web server. In order to make a site dynamic, enabling it to accomplish "real" tasks, a more advanced scripting language and protocol must be used. That is the beauty of Perl and the reason it has become one of the more if not, the most popular languages on the Web.

Perl, which stands for Practical Extraction and Report Language, is an extremely portable language written to assist the programmer with common tasks with an emphasis on text manipulation. Perl is different from CGI. While Perl is a scripting language, CGI (Common Gateway Interface) is a protocol. CGI describes a process in which a client or an external program interacts with a Web server. A CGI program dictates and facilitates this interaction, or the passing of information back and forth. The majority of CGI programs are written in Perl, which explains Perl’s popularity, but they can be written in just about any language.

Assumptions & Requirements

Before I delve too far into the process, I have made two assumptions. The first and most important assumption is that you have access to a server with a version (preferably the latest) of Perl installed. Second, I have to assume that you are comfortable downloading and installing software on your computer.

There are four critical ingredients to installing a Perl program: a text editor, an FTP program, a server, and a Perl script. Although virtually any text editor will do, the more code you write, the more comfortable you will want to be with your program. Personally, I recommend Super NoteTab or TextPad for the Windows platform, although your systems Notepad will suffice. For MacOS users you also have several options, from Mactext to BBEdit. Whichever program you decide to use--no matter which platform you are on--you will want to make sure that you have word wrap disabled. There are probably as many FTP programs available as there are Text editors. For windows, CuteFTP (my favorite) or WSFTP will get the job done, and for the Mac nothing can match the functionality of Fetch. The last ingredient is a simple Perl program. Although the program we are going to work with in this article is relatively simple in what it accomplishes, it will help to illustrate some key points you will need to consider when working with Perl.

Comments are welcome



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
Microsoft Article: HyperV-The Killer Feature in WinServer ‘08
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Win Server ‘08
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES
webref The latest from WebReference.com Browse >
Perl Pragma Primer · Implement Drag and Drop in Your Web Apps: Part 2 · How to Create an Ajax Autocomplete Text Field: Part 5
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
SQL Server 2005 Express Edition - Part 22 - Upgrading from Microsoft SQL Server Desktop Engine (MSDE) · Vyatta: Downgrades that Pay Off · NetMotion Brings Cross-Network Support to Wireless VoIP


Revised: May 8, 1998

URL: http://webreference.com/programming/perl/101/