[Kde-bindings] [Bug 108701] DCOP bindings in Perl: QStringList not working properly
Sven Hergenhahn
svenxy at gmx.net
Fri Jul 8 15:04:06 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=108701
------- Additional Comments From svenxy gmx net 2005-07-08 17:04 -------
use DCOP;
my $client = new DCOP();
$client->attach();
my files = ("foo.mp3", "bar.mp3");
$client->call("juk", "Player", "openFile(QString, QStringList)", 'Play Queue', files);
Error:
DCOP: Not reference at dcop.pl line 54.
Process perl exited with code 9
More information about the Kde-bindings
mailing list