Perl Basics In Pictures
Basics
Variables
Numbers
Subroutines
Logic & Loops
Files
Using the text editor, create a new Web page called
practice.html
that contains a link to the Perl script
cars.pl
:
<p><a href=”http://www.yourwebsite.com/cgi-bin/practice/cars.pl”>Read about cars</a></p>
Save
practice.html
, then upload it to the home directory in your Web site.
In the browser, go to:
www.yourwebsite.com/practice.html
and click the
Read about cars
link.
The browser window should look like this:
<< BACK
NEXT >>