Help for this page

Select Code to Download


  1. or download this
    my ($result, $headers) = $self->_call(
      'executeAnonymous',
    ...
      debugLevel => 'DEBUGONLY'
      ))->uri($self->uri) : (),
    );
    
  2. or download this
    my @args = (
      'executeAnonymous'
    ...
    }
    
    my ($result, $headers) = $self->_call(@args);