CGI::Panel::Tutorial - Tutorial for CGI::Panel-based applications


NAME

CGI::Panel::Tutorial - Tutorial for CGI::Panel-based applications


SYNOPSIS

    use CGI::Panel::Tutorial::SimpleShop;
    my $simple_shop = obtain CGI::Panel::Tutorial::SimpleShop;
    $simple_shop->cycle;


DESCRIPTION

Not ready yet.


USAGE


BUGS


SUPPORT


AUTHOR

        Robert J. Symes
        CPAN ID: RSYMES
        rob@robsymes.com


COPYRIGHT

Copyright (c) 2002 Robert J. Symes. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.


SEE ALSO

perl(1).

1; #this line is important and will help the module return a true value __END__

 CGI::Panel::Tutorial - Tutorial for CGI::Panel-based applications