internet.com

Go to WebDeveloper Home


hm-v6-139x61.gif

Database Journal: The Knowledge Center for Database Professionals

find a web host with:
CGI Access
DB Support
NT Servers
UNIX Servers
Telnet Access

advanced search
jobs

Get FREE Development Info via your Email!

The Webdeveloper channel
FlashKit
GIF.com
HiermenusCentral
webdeveloper Jobs
Java Boutique
JavaScript.com
JavaScript Source
ScriptSearch
StreamingMedia World
WDJ
WDVL
WebDeveloper.com
WebReference.com
XMLFiles.com

internet.com
Internet News
Internet Investing
Internet Technology
Windows Internet Tech.
Linux/Open Source
Web Developer
ECommerce/Marketing
ISP Resources
ASP Resources
Wireless Internet
Downloads
Internet Resources
Internet Lists
International
EarthWeb
Career Resources

Search internet.com
Advertise
Corporate Info
Newsletters
E-mail Offers

internet.commerce
Be a Commerce Partner










C G I & P E R L
WebDeveloper.com

Beginners Guide to CGI in Perl

By Nathan Poole (npoole@mydesktop.com)

A few lessons in the finer arts of Perl.

Printing

Of course our first program will have you print "Hello World!" on the screen. So you'll need to know how to print (even though the example will be shown later).

print "Whatever you want to print here";

As simple as that. Like many HTML tags you need to show Perl when to start printing, and when to stop. We accomplish this by using quotations, and then we end the statement in a semi-colon.

Defining Variables

When programming, you may need to store some information somewhere, and unfortunately Perl just can't keep it in it's nooks and crannies until you need it. So what we do is input that information into what's called a variable. A variable is assigned with a number sign ($) and holds that information until you need it (if at all). For example...

$myname = "Nathan Poole";

And now, until someone deletes my program, the characters $myname means "Nathan Poole" and nothing more. You want to name your variable names something related to what information it will hold. So $myname seems justified.

Comparing with if statements

This will be the hardest thing we'll discuss here, so you may want to pay a little closer attention. Sometimes you'll need to check if a variable equals something in particular. For example, if I had the following...

$myname = "Nathan Poole";

And perhaps I needed to check that information. I would use an if statement. It looks a little something like this.

if ($myname eq "Nathan Poole") {
print "Hello Nathan, yes, I know you quite well";
}

Think of it like this -- the comparison portion of our program is in between brackets. And the ACTION part (the section that our program is to do something after it decides if something is true or not) is in between braces. Now that example would check if $myname equals Nathan Poole. And we know it does so after Perl realizes that, it will print out "ello Nathan, I know you quite well". In fact, let's give that a try.

Now.. Your First Program!

Let's open MS-DOS and type the following

cd C:\Perl.in.

We do all our Perl work in C:\Perl.in so we can keep track of our files. Next, type Edit 1.pl which will open MS-DOS's text editor. Type the following on your screen.

#!/usr/bin/perl
print "Hello World!";

Next, save that file and exit (FILE->SAVE -- FILE->EXIT) and type perl 1.pl.

No prizes for guessing what this does. By now you should have the text "Hello World!" on your screen. Not too difficult yet is it?

Now that we've used your perl path, and we've used your print statement, let's try using a variable ($) with an if statement. Type edit 2.pl at your MS-DOS prompt and type the following in.

#!/usr/bin/perl
$myname = "Nathan Poole";

if ($myname eq "Nathan Poole") {
print "Yes, it's Nathan alright";
}

Go to File, then Save, then Exit. You should now be back at the DOS prompt. Type perl 2.pl. WOW! It worked! You just made 2 programs in about 10 minutes. Not bad for a beginner. Let me know if you had any problems with this tutorial, did everything work out for you? Too easy? Too hard? My mailbox is always open.

[ Click here to return to the start of the article ]

Fast Jump to Anywhere on WebDeveloper.com:


Contact the WebDeveloper.com staff

Last modified: 20

 

Refresh Daily
Join Editor-in-Chief David Fiedler The Editor With No Time and find truth, justice, and a clue or two.


Browse by Category
[ Site Map ]

ActiveX / VBscript
Browsers
CGI / Perl
Database Connectivity
Design / Graphics
E-Commerce
HTML-Advanced: DHTML, CSS
HTML / Site Authoring Tools
Intranet/Groupware
Java
JavaScript
Multimedia: Audio / Video / Streaming Technologies
Opinions
Refresh Daily: Editorial Column
Security
Servers & Server Tools
Site Design / Graphics
Site Management / Marketing / Log File Analysis
Tutorials
VRML / 3D
XML


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

Whitepapers and eBooks

Intel Whitepaper: Comparing Two- and Four-Socket Platforms for Server Virtualization
IBM Solutions Brief: Go Green With IBM System xTM And Intel
HP eBook: Simplifying SQL Server Management
IBM Contest: Are You the Next Superstar? Join the "Search for the XML Superstar" Contest to Find Out
Microsoft PDF: Top 10 Reasons to Move to Server Virtualization with Hyper-V
Microsoft PDF: Six Reasons Why Microsoft's Hyper-V Will Overtake Vmware
Microsoft Step-by-Step Guide: Hyper-V and Failover Clustering
Intel PDF: Quad-Core Impacts More Than the Data Center
Intel PDF: Virtualization Delivers Data Center Efficiency
Go Parallel Article: PDC 2008 in Review
Microsoft PDF: Top 11 Reasons to Upgrade to Windows Server 2008
Avaya Article: Communication-Enabled Mashups: Empowering Both Business Owners and IT
Intel Whitepaper: Building a Real-World Model to Assess Virtualization Platforms
  PDF: Intel Centrino Duo Processor Technology with Intel Core2 Duo Processor
Microsoft Article: Build and Run Virtual Machines with Hyper-V Server 2008
Go Parallel Article: Q&A with a TBB Junkie
IBM Whitepaper: Innovative Collaboration to Advance Your Business
Internet.com eBook: Real Life Rails
IBM eBook: The Pros and Cons of Outsourcing
Internet.com eBook: Best Practices for Developing a Web Site
IBM CXO Whitepaper: The 2008 Global CEO Study "The Enterprise of the Future"
Avaya Article: Call Control XML in Action - A CCXML Auto Attendant
IBM CXO Whitepaper: Unlocking the DNA of the Adaptable Workforce--The Global Human Capital Study 2008
Adobe Acrobat Connect Pro: Web Conferencing and eLearning Whitepapers
HP eBook: Guide to Storage Networking
MORE WHITEPAPERS, EBOOKS, AND ARTICLES