#!/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(
Please enter the email address associated with your account in the box below and then click "Search."
); &do_footer;