|
|
PERL CGI Tutorial
|
Contents Getting Started in CGISend HTML Page to Browser Parse HTML Form Saving to a File Open a File and Display Contents Using the Split Function Search a File Sort a File Display a Multi Line File in Tables Display a Multi Line File in a Textarea Working with Numbers Using Sendmail |
|
Notice how we divided the HTML page into three sections. We modified the original CGI script for sending an HTML page to the browser. We placed the code for opening the file and dumping the contents between the first and third sections, and added a loop(green) and another print statement to print the lines of the file. |
|
The line |
|
|
|
|
| HTML TOC | Website Design Workshop | Home | |