CGI::Panel::Tutorial - Tutorial for CGI::Panel-based applications |
CGI::Panel::Tutorial - Tutorial for CGI::Panel-based applications
use CGI::Panel::Tutorial::SimpleShop; my $simple_shop = obtain CGI::Panel::Tutorial::SimpleShop; $simple_shop->cycle;
Not ready yet.
Robert J. Symes CPAN ID: RSYMES rob@robsymes.com
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.
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 |