http://www.perlmonks.org?node_id=1040329


in reply to Net::DBus find by object

In the examples directory for Net::DBus, you'll see dump-object.pl. It'll find and dump the object for you.

Replies are listed 'Best First'.
Re^2: Net::DBus find by object
by kamils (Initiate) on Jun 23, 2013 at 21:06 UTC
    That's great, thanks a lot! However, with some clients (e.g. notification daemon), dump can take a very long time. Do you happen to know how I could skip services that do not respond within a certain time limit?