Help for this page

Select Code to Download


  1. or download this
      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
    
  2. or download this
    135     sub get_object {
    136:        my $self = shift;
    ...
    148:        return $self->{objects}->{$object_path};
    149         }
    150     }