|
|
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 |
Adding StyleYou can add style settings to the paragraph text as embedded, linked or inline code. See Style Sheets in our HTML tutorial. Important StuffThe code shown below appears at the top of every Perl script. It is called the shebang line. It tells the browser the path to the Perl interpreter on your server. The path may not be the same on all servers. When you upload the script to your cgi-bin folder, be sure to use the Chmod function on your ftp client tool or file manager to change the file permissions to 755. This can usually be accomplished by right clicking on the uploaded file and choosing Chmod. |
|
|
|
|
| HTML TOC | Website Design Workshop | Home | |