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
(Part 3)

By Nathan Poole

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?

A little more advanced

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. Until next week when I conclude this article with a tutorial on creating your first CGI program, 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 jump back to the first part of the article ]

This article first appeared May 29, 1999.

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
Animated GIF Archive
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