Help for this page

Select Code to Download


  1. or download this
          return $outputs->{ $call_key } if defined $outputs->{ $call_key 
    +};
    
          $outputs->{ $call_key } = $self->$orig( @args );
    
          return $outputs->{ $call_key };
    
  2. or download this
          return( $outputs->{$call_key} //= $self->$orig(@args) );