Sending Emails from Perl Script on Veritas/Champion
- The purpose of this document is to help the Veritas/Champion account holders get started with developing their Web front for sending Emails using Perl Script.
- Please note that the IU WebMasters will not be providing services related to programming or scripting.
1. With the following code, create a simple html page to get the email address of your user.
2. This code will send the email to the email address provided by the user.
(i) Copy the following code in the same directory as the above html file and
save it as test.pl, since the action in the form tag of the above html
code is given as test.pl.
(ii) Set the permission of the perl script 700 with the command, chmod 700
test.pl.
Thanks!
Thanks, $name!I'll mail information to $address right away.


