Help for this page

Select Code to Download


  1. or download this
    use lib 'modules';
    use lib 'modules/Client1';
    
  2. or download this
    package MainApp;
    
    ...
    use base 'Base::MainApp';
    
    1;
    
  3. or download this
    use UNIVERSAL::require;
    
    ...
    
        # carry on... use $foobar as needed
    }