Juan C. Muller > DCOP-0.036 > DCOP

Download:
DCOP-0.036.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.036   Source   Latest Release: DCOP-0.038

NAME ^

DCOP - Perl extension to speak to the dcop server via system's DCOP client.

SYNOPSIS ^

  use DCOP;
  $dcop = DCOP->new();
  print $dcop->run( 'konqueror interfaces' ), "\n";

DESCRIPTION ^

This class is meant to be a base constructor for higher level of abstraction on dcop clients.

METHODS ^

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.

AUTHOR ^

Juan C. Muller, <jcmuller@gmail.com>

COPYRIGHT AND LICENSE ^

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.