#!/usr/bin/perl use strict; #use lib 'C:\Inetpub\wwwroot\Sites\asp\techdex\projects\forums\cgi-bin\forums\.'; use lib '.'; use MyBoard; &do_header("$btitle"); print qq(

Password Recovery System

Please enter the email address associated with your account in the box below and then click "Search."

Email Address: 
); &do_footer;