our approach
|
new tutorials
|
contact us
Perl Basics In Pictures
Basics
Variables
Numbers
Subroutines
Logic & Loops
Files
Upload
printlist.pl
to the
perlscripts
directory on the Web server, then set its permissions so that anyone can execute it.
Open
perllinks.html
and insert a new link to
printlist.pl
:
<p><a href="http://www.yourwebsite.com/cgi-bin/perlscripts/printlist.pl">14. Print a list of elements using a loop.</a></p>
Save
perllinks.html
, then upload it to the home directory in your Web site.
In the browser, go to:
www.yourwebsite.com/perllinks.html
Click the
Print a list of elements using a loop
link.
The output should look like this:
<< BACK
NEXT >>