in reply to CGI.pm form clearing
You can do it quite easily and simply by reading the file in using standard IO techniques, or do something fancy using a templating system like HTML::Template.
This also has the advantage of decoupling the html from your code... even better.
|
|---|