The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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, session, noSession, target, control. Target is the application wished to control. Control is the interface of the application wished to control. User is the user name, session is the DCOP session's name belonging to the user specified, noSession is supplied when no session needs to be automatically gotten.

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.