Reply to Message

View discussion in a popup

Replying to:
FumbleBe
Contributor
Contributor

I found this in the documentation:

sub list {

my ($self, %args) = @_;
return $self->invoke(method_name => 'list', method_args => {});
}
 
But I don't know how to use it...
Reply
0 Kudos