| From the Start menu, select the MS-DOS Prompt application.

When the application launches, it should look like this:

The prompt shows your current directory. When you bring up the prompt
for Windows 95/98, your current directory is usually WINDOWS on
your C drive (as shown above).
To run your source code file, change your drive to A: (or N: if you don't have a usable diskette), you would type the following
command at the prompt and press Enter:
Now the prompt should change to A:\>.

If you enter dir at the prompt, you should see your file.

Now you can run the Perl program. At the prompt, type the following command and press Enter:
Now you should see:

Congratulations! Your program works.
|