Help for this page

Select Code to Download


  1. or download this
      unless (defined(%{"${class}::"}) || exists($INC{join '/', split /::/
    +, $class.'.pm'})) {
        # allow all for static and only specified path for dynamic binding
    +s
    ...
        $self->dispatched($class) unless $static;
      }
    
  2. or download this
    use Wordbank::DCI::Server;
    use Wordbank::DCI::Another::Package;
    # and so on