Help for this page
DB<13> n Net::DBus::RemoteService::get_object(/usr/lib/perl5/Net/DBus/RemoteSer +vice.pm:144): 144: if (@_) { ... 146: return $self->{objects}->{$object_path}->as_interface($int +erface); DB<14> x $interface 0 undef
135 sub get_object { 136: my $self = shift; ... 148: return $self->{objects}->{$object_path}; 149 } 150 }