Help for this page

Select Code to Download


  1. or download this
    sub Application::load_module {
      my($self, $class) = @_;
    ...
      delete $INC{$path};
      require $path;
    }