CGI::Panel::Tutorial.3pm

Langue: en

Version: 2002-11-18 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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 (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__