This module automatically inserts data from a previous HTML form into the HTML input and select tags. It is a subclass of HTML::Parser and uses it to parse the HTML and insert the values into the form tags. One useful application is after a user submits an HTML form without filling out required field. HTML::FillInForm can be used to redisplay the HTML form with all the form elements containing the submitted info. Please note that this module requires HTML::Parser 3.08 or greater. Copyright (c) 2000, 2001 Thomas J. Mather, tjmather@tjmather.com All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.