#!/bin/sh echo 'Content-type: text/html' echo '' echo PS112 Registered Name is '>>> '$WWW_name' <<<' and email address is '>>> '$WWW_email' <<<' looking for '>>> '$WWW_lookfor' <<<' and was yes/not successful: '>>> '$WWW_didfind' <<<' | mail covault echo '
' echo '' echo ' ' echo ' Return to PS112 Home Page.
' echo ''