Using the Generic Mail to CGI program.This program (guestgen.pl) takes the output from an html form, parses thename-value pairs for each field and sends the output to an email addressspecified in the original html form (see below). It also says 'Thank you' tothe user.The name-value pairs can take any field name and value with the exceptionof the recipient's email address (see below).The start of the html code for the original form must be as follows: