
Elements::Form - Web interface used by reference CGI script

use Elements::Form; my $cgih = new CGI; start_form( $cgih ); main_form( $cgih ); end_form( $cgih );

The functions in this module are used to display a HTML form to the user for use with the convert.cgi reference implementation.

Troy Denkinger (troy@pokergeek.com)

Version 1.0

Copyright (c) 2005 by Troy Denkinger, all rights reserved. This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.