- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...