Help for this page

Select Code to Download


  1. or download this
    Can't locate package Apps::WWW::Base for @Apps::WWW::Configurators::IS
    +A at index.cgi line 21.
    Can't locate package CGI::Application::MixIn::Upload for @Apps::WWW::C
    +onfigurators::ISA at index.cgi line 21.
    Can't locate package CGI::Application::MixIn::Auth for @Apps::WWW::Con
    +figurators::ISA at index.cgi line 21.
    
  2. or download this
    use lib ('/big/dom/xclickautomation/Projects/Admin_Site/lib', # Home o
    +f Apps::WWW::Configurators and Apps::WWW::Base
             '/big/dom/xclickautomation/lib/', # home of CGI::Application:
    +:MixIn modules, used in Apps::WWW::Configurators
    ...
    (  Apps::WWW::Configurators->new()  )->run();
    
    exit(0);
    
  3. or download this
     package Apps::WWW::Configurators;
     @ISA = qw(Apps::WWW::Base CGI::Application::MixIn::Upload CGI::Applic
    +ation::MixIn::Auth);