NAME

Wizard::HTML - A subclass for running Wizard applications in HTML::EP.

SYNOPSIS

# Create a new HTML wizard
use Wizard::HTML;
my $wiz = Wizard::Shell->new('form' => $form, 'ep' => $ep)

DESCRIPTION

The HTML wizard is a subclass of Wizard, that is used by HTML::EP sites. The input will be read from the associated CGI-Object and the output as HTML code will be built by the elements of the form.

AUTHORS AND COPYRIGHT

This module is

Copyright (C) 1999     Jochen Wiedmann
                       Am Eisteich 9
                       72555 Metzingen
                       Germany

                       Email: joe@ispsoft.de
                       Phone: +49 7123 14887

               and     Amarendran R. Subramanian
                       Grundstr. 32
                       72810 Gomaringen
                       Germany

                       Email: amar@ispsoft.de
                       Phone: +49 7072 920696

All Rights Reserved.

You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.