Help for this page

Select Code to Download


  1. or download this
    package Foo;
                                                                          
    +          
    ...
    __END__
    CGI::Application
    Bar
    
  2. or download this
    use CGI::Application;
    use Bar;
    @Foo::ISA = qw(CGI::Application Bar);