INTERMEDIATE
Start
Where your files are
To chmod or not to chmod
>>Tripod's Modules
Tripod's mail program
Limitations
Main Menu
|
One great thing about Perl is that it allows you to use modules to encapsulate commonly used functions. Tripod's cgi-bin fully supports modules --
just put them into your cgi-bin directory, and your scripts will find them. Additionally, we've written some useful modules for you; to get them in
your cgi-bin directory, you need to go here to load them into your directory. Once you load the Tripod modules, you'll
get a "Readme" file that will explain how to use them and what each of them do. One of those is a SendMail module, which we'll discuss in the next section.
|