This page consist of three scripts that were created with Perl as the scripting language. The first script allows visitors to subscribe/unsubscribe to an 'Online Shoppers Dream Newsletter'. The script appends/unappends the sign-up information to a database, generates a dynamic error page if a user that is not subscribed tried to unsubscribe, and redirects the visitor to a custom static HTML thank you page (for a successful subscribe) or to a custom static HTML goodbye page (for a successful unsubscribe). If you click on the image below, a new window will open with a functional version of the page.
The second script allows visitors to sign and view a simple text-based guestbook. It collects visitor data, saves the data to a text file, sends a thank you email to the visitor, and creates dynamic error, acknowledgement, and data display (guestbook) pages. If you click on the image below, a new window will open with a functional version of the page.
The third script allows visitors to create an username and password, or to retrieve their password. It collects and validates visitor data, appends/unappends the form data to a database, and creates dynamic web pages for errors, password retrieval, and account creation acknowledgement. If you click on the image below, a new window will open with a functional version of the page.