Help for this page

Select Code to Download


  1. or download this
    
    our $dispatch_map = {
    ...
    
      $self->{engine} = $class; # or $class->new ($self);
    }
    
  2. or download this
      $self->My::JSON::_init;
    
    ...
      my $method = $self->{engine} . '::_init';
      $self->$method;