|
DCOP - Perl extension to speak to the dcop server via system's DCOP client. |
DCOP - Perl extension to speak to the dcop server via system's DCOP client.
use DCOP; $dcop = DCOP->new(); print $dcop->run( 'konqueror interfaces' ), "\n";
This class is meant to be a base constructor for higher level of abstraction on dcop clients.
new()Constructor. Args: user, target, control. Target is the application wished to control. Control is the interface of the application wished to control.
run()Function call. This is how we interface with dcop.
Juan C. Muller, <jcmuller@gmail.com>
Copyright 2005 by Juan C. Muller
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
DCOP - Perl extension to speak to the dcop server via system's DCOP client. |